Skip to content

Commit

Permalink
fix module resolution error for checks import (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
erquhart authored Dec 14, 2024
1 parent aa539cf commit 55d922a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/oauth/callback.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// This maps to packages/core/src/lib/actions/callback/oauth/callback.ts in the @auth/core package (commit 5af1f30a32e64591abc50ae4d2dba4682e525431)

import * as checks from "./checks";
import * as checks from "./checks.js";
import * as o from "oauth4webapi";
import { InternalOptions } from "./types.js";
import { fetchOpt } from "./lib/utils/customFetch.js";
Expand Down

0 comments on commit 55d922a

Please sign in to comment.