Skip to content

Commit 9859602

Browse files
fix(client): explicitly copy fetch in withOptions
1 parent e8633e0 commit 9859602

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/client.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ export class Kernel {
233233
timeout: this.timeout,
234234
logger: this.logger,
235235
logLevel: this.logLevel,
236+
fetch: this.fetch,
236237
fetchOptions: this.fetchOptions,
237238
apiKey: this.apiKey,
238239
...options,

0 commit comments

Comments
 (0)