Skip to content

Commit 3704154

Browse files
committed
Fix build
1 parent 6a086bb commit 3704154

File tree

1 file changed

+1
-1
lines changed
  • nextjs-auth-pages/src/app/auth/[...auth]

1 file changed

+1
-1
lines changed

nextjs-auth-pages/src/app/auth/[...auth]/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
} from "@edgedb/auth-nextjs/pages/server";
99
import { auth, client } from "@/edgedb";
1010

11-
export async function createUser(
11+
async function createUser(
1212
tokenData: TokenData,
1313
provider?: BuiltinProviderNames
1414
) {

0 commit comments

Comments
 (0)