Skip to content

Commit 0555215

Browse files
committed
Fix import path for types module with .js extension
1 parent 1395cca commit 0555215

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { OAuth2Adapter } from "adminforth";
2-
import type { GithubEmail } from "./types";
2+
import type { GithubEmail } from "./types.js";
33

44
export class AdminForthAdapterGithubOauth2 implements OAuth2Adapter {
55
private clientID: string;

0 commit comments

Comments
 (0)