Skip to content

Commit fe867ae

Browse files
fernandolguevarainian
authored andcommitted
feat(functions): set fetch on the underlying client
1 parent 45079cf commit fe867ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SupabaseClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export default class SupabaseClient {
104104
* Supabase Functions allows you to deploy and invoke edge functions.
105105
*/
106106
get functions() {
107-
return new FunctionsClient(this.functionsUrl, this._getAuthHeaders())
107+
return new FunctionsClient(this.functionsUrl, this._getAuthHeaders(), this.fetch)
108108
}
109109

110110
/**

0 commit comments

Comments
 (0)