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.
2 parents 3f406d9 + 95615f1 commit 93d642cCopy full SHA for 93d642c
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