mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix lint
This commit is contained in:
parent
373a9265ba
commit
6a24502912
@ -163,8 +163,7 @@ module.exports = {
|
|||||||
if (options.protocol === 'https:') {
|
if (options.protocol === 'https:') {
|
||||||
options['agent'] = secureAgent
|
options['agent'] = secureAgent
|
||||||
return httpsRequest(options, callback)
|
return httpsRequest(options, callback)
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
options['agent'] = agent
|
options['agent'] = agent
|
||||||
return httpRequest(options, callback)
|
return httpRequest(options, callback)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user