Skip to content

Commit ef50916

Browse files
committed
fix(ts): correct user type reference
1 parent 8e771a2 commit ef50916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/adapter-supabase/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ export function SupabaseAdapter(options: SupabaseAdapterOptions): Adapter {
460460

461461
return {
462462
user: format<AdapterUser>(
463-
user as Database["next_auth"]["Tables"]["users"]["Row"]
463+
user as Database["next_auth"]["Tables"]["users"]["Row"][]
464464
),
465465
session: format<AdapterSession>(session),
466466
}

0 commit comments

Comments
 (0)