We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 502a643 commit 170f639Copy full SHA for 170f639
1 file changed
packages/lib-js-core/src/query-builder.js
@@ -55,6 +55,7 @@ export default class QueryBuilder {
55
headers,
56
options.headers
57
)
58
+ delete options.headers
59
60
const fetchOptions = Object.assign({}, generalOptions, options)
61
return nodeFetch(url, {
0 commit comments