Skip to content

Commit c01b4b8

Browse files
committed
chore: use CamelCase
1 parent eb600b8 commit c01b4b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/server/typegen.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2389,9 +2389,9 @@ test('typegen: typescript w/ postgrestVersion', async () => {
23892389
}
23902390
}
23912391
// Allows to automatically instanciate createClient with right options
2392-
// instead of createClient<Database, { postgrestVersion: 'XX' }>(URL, KEY)
2393-
__internal_supabase: {
2394-
postgrestVersion: "13"
2392+
// instead of createClient<Database, { PostgrestVersion: 'XX' }>(URL, KEY)
2393+
__InternalSupabase: {
2394+
PostgrestVersion: "13"
23952395
Tables: {
23962396
[_ in never]: never
23972397
}

0 commit comments

Comments
 (0)