diff --git a/core/core-frontend/src/websocket/index.ts b/core/core-frontend/src/websocket/index.ts index 6e83607b61..1818024793 100644 --- a/core/core-frontend/src/websocket/index.ts +++ b/core/core-frontend/src/websocket/index.ts @@ -4,6 +4,7 @@ import { useCache } from '@/hooks/web/useCache' import { useEmitt } from '@/hooks/web/useEmitt' const { wsCache } = useCache() let stompClient: Stomp.Client +let timeInterval import dev from '../../config/dev' const env = import.meta.env const basePath = env.VITE_API_BASEPATH