From 0d24604f2a9598e10599374e89296129cf909842 Mon Sep 17 00:00:00 2001 From: Sergiu Toma Date: Tue, 22 Nov 2022 18:33:46 +0200 Subject: [PATCH] Update build --- public/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.js b/public/index.js index f3b6bfb..5ad8edf 100644 --- a/public/index.js +++ b/public/index.js @@ -14,7 +14,7 @@ console.log('[URL] ASSET_ID', ASSET_ID, '| ACCOUNT_ID', ACCOUNT_ID, '| callId', console.log('🟩 config', config) -let socket +let socket, hub setTimeout(() => { hub = io(config.hubAddress)