Skip to content

Commit

Permalink
fix: update rpc types
Browse files Browse the repository at this point in the history
  • Loading branch information
soedirgo committed Oct 18, 2024
1 parent 1227923 commit e8e178c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/SupabaseClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,9 @@ export default class SupabaseClient<
? Fn['Returns'][number]
: never
: never,
Fn['Returns']
Fn['Returns'],
FnName,
null
> {
return this.rest.rpc(fn, args, options)
}
Expand Down

0 comments on commit e8e178c

Please sign in to comment.