fix ws reference in store

This commit is contained in:
tiagosiebler
2021-02-07 11:28:52 +00:00
parent 2b112b9879
commit 87dc3b1c10

View File

@@ -1,6 +1,7 @@
import { WsConnectionState } from '../websocket-client'; import { WsConnectionState } from '../websocket-client';
import { DefaultLogger, Logger } from '../logger'; import { DefaultLogger, Logger } from '../logger';
import WebSocket from 'isomorphic-ws';
type WsTopicList = Set<string>; type WsTopicList = Set<string>;
type KeyedWsTopicLists = { type KeyedWsTopicLists = {