From f76d27ab628b8217202043bd7b958d57d1a03eb6 Mon Sep 17 00:00:00 2001 From: NigeParis Date: Wed, 17 Dec 2025 09:57:41 +0100 Subject: [PATCH] WIP Blocked users and clean up obj { } its in constitant --- frontend/src/pages/chat/chat.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/pages/chat/chat.ts b/frontend/src/pages/chat/chat.ts index 2998eef..a1070bf 100644 --- a/frontend/src/pages/chat/chat.ts +++ b/frontend/src/pages/chat/chat.ts @@ -31,7 +31,6 @@ export type blockedUnBlocked = by: string, }; - // get the name of the machine used to connect const machineHostName = window.location.hostname; console.log('connect to login at %chttps://' + machineHostName + ':8888/app/login',color.yellow);