diff options
Diffstat (limited to 'web/src/js/backends/static.js')
-rw-r--r-- | web/src/js/backends/static.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/web/src/js/backends/static.js b/web/src/js/backends/static.js index 1de6b294..6657fecf 100644 --- a/web/src/js/backends/static.js +++ b/web/src/js/backends/static.js @@ -4,11 +4,8 @@ */ import { fetchApi } from "../utils" -const CMD_RESET = 'reset' - export default class StaticBackend { constructor(store) { - this.activeFetches = {} this.store = store this.onOpen() } |