Skip to content

Commit

Permalink
fix(ts): correct user type reference
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Jun 14, 2023
1 parent 8e771a2 commit ef50916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/adapter-supabase/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ export function SupabaseAdapter(options: SupabaseAdapterOptions): Adapter {

return {
user: format<AdapterUser>(
user as Database["next_auth"]["Tables"]["users"]["Row"]
user as Database["next_auth"]["Tables"]["users"]["Row"][]
),
session: format<AdapterSession>(session),
}
Expand Down

1 comment on commit ef50916

@vercel
Copy link

@vercel vercel bot commented on ef50916 Jun 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.