There was an error while loading. Please reload this page.
1 parent eb600b8 commit c01b4b8Copy full SHA for c01b4b8
test/server/typegen.ts
@@ -2389,9 +2389,9 @@ test('typegen: typescript w/ postgrestVersion', async () => {
2389
}
2390
2391
// Allows to automatically instanciate createClient with right options
2392
- // instead of createClient<Database, { postgrestVersion: 'XX' }>(URL, KEY)
2393
- __internal_supabase: {
2394
- postgrestVersion: "13"
+ // instead of createClient<Database, { PostgrestVersion: 'XX' }>(URL, KEY)
+ __InternalSupabase: {
+ PostgrestVersion: "13"
2395
Tables: {
2396
[_ in never]: never
2397
0 commit comments