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 071f696 commit fd24f19Copy full SHA for fd24f19
src/SupabaseClient.ts
@@ -103,7 +103,7 @@ export default class SupabaseClient<
103
this.realtime = this._initRealtimeClient({ headers: this.headers, ...settings.realtime })
104
this.rest = new PostgrestClient(`${_supabaseUrl}/rest/v1`, {
105
headers: this.headers,
106
- schema: options?.schema,
+ schema: options?.db?.schema ?? '',
107
fetch: this.fetch,
108
throwOnError: this.shouldThrowOnError,
109
})
0 commit comments