From ebd77b2d667b333fb9610a70bf4a02755b772634 Mon Sep 17 00:00:00 2001 From: Vadim Date: Thu, 26 Mar 2026 09:43:06 +0300 Subject: [PATCH] wip --- src/stores/sockets.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stores/sockets.ts b/src/stores/sockets.ts index 1616d4c..bbc3e64 100644 --- a/src/stores/sockets.ts +++ b/src/stores/sockets.ts @@ -110,6 +110,7 @@ export const useSocketsStore = defineStore('sockets', () => { } function connect() { + console.log({ url: url, token: authStore.getToken() }) postMessage(COMMAND.CONNECT, { url: url, token: authStore.getToken() }) }