Skip to content

Commit 0485df3

Browse files
committed
fix: schema is always GenericSchema
1 parent b84aec8 commit 0485df3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SupabaseClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export default class SupabaseClient<
3535
: string & keyof Database,
3636
Schema extends GenericSchema = Database[SchemaName] extends GenericSchema
3737
? Database[SchemaName]
38-
: any
38+
: GenericSchema
3939
> {
4040
/**
4141
* Supabase Auth allows you to create and manage user sessions for access to data that is secured by access policies.

0 commit comments

Comments
 (0)