Skip to content

Commit 0c5fe5a

Browse files
fix(client): explicitly copy fetch in withOptions
1 parent 4f15e11 commit 0c5fe5a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/client.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ export class ScanDocuments {
214214
timeout: this.timeout,
215215
logger: this.logger,
216216
logLevel: this.logLevel,
217+
fetch: this.fetch,
217218
fetchOptions: this.fetchOptions,
218219
apiKey: this.apiKey,
219220
...options,

0 commit comments

Comments
 (0)