Update functions/strategies/AxiosStrategy.js
Co-Authored-By: James George <jamesgeorge998001@gmail.com>
This commit is contained in:
@@ -18,7 +18,7 @@ const axiosStrategy = (req, store) => {
|
||||
if (store.state.postwoman.settings.PROXY_ENABLED) {
|
||||
return axiosWithProxy(req, store);
|
||||
}
|
||||
else return axiosWithoutProxy(req, store);
|
||||
return axiosWithoutProxy(req, store);
|
||||
}
|
||||
|
||||
export default axiosStrategy;
|
||||
|
||||
Reference in New Issue
Block a user