Skip to content
This repository was archived by the owner on Aug 14, 2025. It is now read-only.

Commit aa0e2a6

Browse files
fix(client): explicitly copy fetch in withOptions
1 parent e035b8f commit aa0e2a6

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
@@ -301,6 +301,7 @@ export class LlamaStackClient {
301301
timeout: this.timeout,
302302
logger: this.logger,
303303
logLevel: this.logLevel,
304+
fetch: this.fetch,
304305
fetchOptions: this.fetchOptions,
305306
apiKey: this.apiKey,
306307
...options,

0 commit comments

Comments
 (0)