Skip to content

Commit fe6ba27

Browse files
committed
fix: resolving custom fetch
1 parent 7576750 commit fe6ba27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export class FunctionsClient {
1010
this.url = url
1111
this.headers = headers
1212

13-
this.fetch = resolveFetch(fetch)
13+
this.fetch = resolveFetch(customFetch)
1414
}
1515

1616
/**

0 commit comments

Comments
 (0)