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 a5bc375 commit 95615f1Copy full SHA for 95615f1
src/index.js
@@ -89,7 +89,7 @@ class SupabaseClient {
89
}
90
91
initClient() {
92
- const headers = { apikey: this.supabaseKey }
+ let headers = { apikey: this.supabaseKey }
93
94
if (this.auth.accessToken) headers['Authorization'] = `Bearer ${this.auth.accessToken}`
95
0 commit comments