We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa62959 commit d1fe99eCopy full SHA for d1fe99e
common/src/supabase/utils.ts
@@ -30,7 +30,7 @@ export function createClient(
30
opts?: SupabaseClientOptionsGeneric<'public'>
31
) {
32
const url = `https://${instanceId}.supabase.co`
33
- console.log('createClient', instanceId, key, opts)
+ // console.log('createClient', instanceId, key, opts)
34
return createClientGeneric(
35
url,
36
key,
0 commit comments