Update functions/strategies/FirefoxStrategy.js
Co-Authored-By: James George <jamesgeorge998001@gmail.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user