Fix lint
This commit is contained in:
parent
373a9265ba
commit
6a24502912
|
@ -163,8 +163,7 @@ module.exports = {
|
|||
if (options.protocol === 'https:') {
|
||||
options['agent'] = secureAgent
|
||||
return httpsRequest(options, callback)
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
options['agent'] = agent
|
||||
return httpRequest(options, callback)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue