Skip to content

Commit eb600b8

Browse files
committed
chore: use CamelCasing convention
1 parent 4d5f6df commit eb600b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/server/templates/typescript.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ export const apply = async ({
3636

3737
const internal_supabase_schema = postgrestVersion
3838
? `// Allows to automatically instanciate createClient with right options
39-
// instead of createClient<Database, { postgrestVersion: 'XX' }>(URL, KEY)
40-
__internal_supabase: {
41-
postgrestVersion: '${postgrestVersion}'
39+
// instead of createClient<Database, { PostgrestVersion: 'XX' }>(URL, KEY)
40+
__InternalSupabase: {
41+
PostgrestVersion: '${postgrestVersion}'
4242
Tables: {
4343
[_ in never]: never
4444
}

0 commit comments

Comments
 (0)