Skip to content

Commit ff467bf

Browse files
naomi-lgbtlukeocodes
authored andcommitted
fix: merge clones by default
1 parent f1ff96a commit ff467bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/packages/AbstractRestClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export abstract class AbstractRestClient extends AbstractClient {
9898
};
9999
}
100100

101-
return merge(this.namespaceOptions.fetch.options, reqOptions);
101+
return merge(this.namespaceOptions.fetch.options, reqOptions, { clone: false });
102102
}
103103

104104
/**

0 commit comments

Comments
 (0)