♻️ Refactor

This commit is contained in:
Liyas Thomas
2020-01-21 17:55:35 +05:30
parent 8bc1df9b8e
commit 01a890bce9
8 changed files with 206 additions and 37 deletions

View File

@@ -1,7 +1,6 @@
import AxiosStrategy from "./strategies/AxiosStrategy";
import FirefoxStrategy from "./strategies/FirefoxStrategy";
const runAppropriateStrategy = (req, store) => {
// The firefox plugin injects a function to send requests through it
// If that is available, then we can use the FirefoxStrategy