Update functions/strategies/FirefoxStrategy.js
Co-Authored-By: James George <jamesgeorge998001@gmail.com>
This commit is contained in:
parent
c61d825c37
commit
a1568a98d4
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ const firefoxStrategy = (req, store) => {
|
|||
if (store.state.postwoman.settings.PROXY_ENABLED) {
|
||||
return firefoxWithProxy(req, store);
|
||||
}
|
||||
else return firefoxWithoutProxy(req, store);
|
||||
return firefoxWithoutProxy(req, store);
|
||||
}
|
||||
|
||||
export default firefoxStrategy;
|
||||
|
|
|
|||
Loading…
Reference in a new issue