diff --git a/src/contexts/WebSocketContext.jsx b/src/contexts/WebSocketContext.jsx index b59e489..14782d3 100644 --- a/src/contexts/WebSocketContext.jsx +++ b/src/contexts/WebSocketContext.jsx @@ -34,7 +34,7 @@ const useWebSocketProviderState = () => { }; }, []); // Keep dependency array but add proper cleanup - const connect = async () => { + const connect = () => { try { const isPlatform = import.meta.env.VITE_IS_PLATFORM === 'true';