Skip to content

Commit

Permalink
feat(functions): set fetch on the underlying client
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandolguevara authored and inian committed Mar 28, 2022
1 parent 45079cf commit fe867ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SupabaseClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export default class SupabaseClient {
* Supabase Functions allows you to deploy and invoke edge functions.
*/
get functions() {
return new FunctionsClient(this.functionsUrl, this._getAuthHeaders())
return new FunctionsClient(this.functionsUrl, this._getAuthHeaders(), this.fetch)
}

/**
Expand Down

0 comments on commit fe867ae

Please sign in to comment.