Skip to content

Commit 3a5909b

Browse files
fix(client): explicitly copy fetch in withOptions
1 parent 5beafd5 commit 3a5909b

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
@@ -316,6 +316,7 @@ export class BaseAnthropic {
316316
timeout: this.timeout,
317317
logger: this.logger,
318318
logLevel: this.logLevel,
319+
fetch: this.fetch,
319320
fetchOptions: this.fetchOptions,
320321
apiKey: this.apiKey,
321322
authToken: this.authToken,

0 commit comments

Comments
 (0)