diff --git a/webapp/stores/integration_store.jsx b/webapp/stores/integration_store.jsx index d321edec2f..12cbc3407e 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();