Skip to content

Commit

Permalink
fix(lib-core): headers
Browse files Browse the repository at this point in the history
  • Loading branch information
mkucharz committed Dec 5, 2018
1 parent 502a643 commit 170f639
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/lib-js-core/src/query-builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export default class QueryBuilder {
headers,
options.headers
)
delete options.headers

const fetchOptions = Object.assign({}, generalOptions, options)
return nodeFetch(url, {
Expand Down

0 comments on commit 170f639

Please sign in to comment.