Skip to content

Commit

Permalink
If this place is false, it will report an error, so you should delete…
Browse files Browse the repository at this point in the history
… the useless code. (#2458)
  • Loading branch information
notbucai authored and yasuf committed Dec 25, 2019
1 parent 03e6f4b commit ee47120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core/dispatchRequest.js
Expand Up @@ -37,7 +37,7 @@ module.exports = function dispatchRequest(config) {
config.headers = utils.merge(
config.headers.common || {},
config.headers[config.method] || {},
config.headers || {}

This comment has been minimized.

Copy link
@Erik3010

Erik3010 Jan 23, 2020

<h1>Hello World</h1>

config.headers
);

utils.forEach(
Expand Down

0 comments on commit ee47120

Please sign in to comment.