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 45079cf commit fe867aeCopy full SHA for fe867ae
src/SupabaseClient.ts
@@ -104,7 +104,7 @@ export default class SupabaseClient {
104
* Supabase Functions allows you to deploy and invoke edge functions.
105
*/
106
get functions() {
107
- return new FunctionsClient(this.functionsUrl, this._getAuthHeaders())
+ return new FunctionsClient(this.functionsUrl, this._getAuthHeaders(), this.fetch)
108
}
109
110
/**
0 commit comments