Skip to content

Commit e8e178c

Browse files
committed
fix: update rpc types
1 parent 1227923 commit e8e178c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/SupabaseClient.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,9 @@ export default class SupabaseClient<
221221
? Fn['Returns'][number]
222222
: never
223223
: never,
224-
Fn['Returns']
224+
Fn['Returns'],
225+
FnName,
226+
null
225227
> {
226228
return this.rest.rpc(fn, args, options)
227229
}

0 commit comments

Comments
 (0)