summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--webapp/stores/integration_store.jsx5
1 files changed, 1 insertions, 4 deletions
diff --git a/webapp/stores/integration_store.jsx b/webapp/stores/integration_store.jsx
index d321edec2..12cbc3407 100644
--- a/webapp/stores/integration_store.jsx
+++ b/webapp/stores/integration_store.jsx
@@ -185,7 +185,4 @@ class IntegrationStore extends EventEmitter {
}
}
-const instance = new IntegrationStore();
-export default instance;
-window.IntegrationStore = instance;
-
+export default new IntegrationStore();