From 87dc3b1c103a9d67d66f9515d93e45a4be89a104 Mon Sep 17 00:00:00 2001 From: tiagosiebler Date: Sun, 7 Feb 2021 11:28:52 +0000 Subject: [PATCH] fix ws reference in store --- src/util/WsStore.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/WsStore.ts b/src/util/WsStore.ts index 77f7bea..8937191 100644 --- a/src/util/WsStore.ts +++ b/src/util/WsStore.ts @@ -1,6 +1,7 @@ import { WsConnectionState } from '../websocket-client'; import { DefaultLogger, Logger } from '../logger'; +import WebSocket from 'isomorphic-ws'; type WsTopicList = Set; type KeyedWsTopicLists = {