From 73a41f2b3956fdcdc20f827af5bc82572bb178e3 Mon Sep 17 00:00:00 2001 From: NigeParis Date: Thu, 18 Dec 2025 20:09:57 +0100 Subject: [PATCH] Conflits merge --- frontend/src/pages/chat/chat.ts | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/frontend/src/pages/chat/chat.ts b/frontend/src/pages/chat/chat.ts index 7d79aab..2998eef 100644 --- a/frontend/src/pages/chat/chat.ts +++ b/frontend/src/pages/chat/chat.ts @@ -31,23 +31,6 @@ export type blockedUnBlocked = by: string, }; -<<<<<<< HEAD -======= -export type obj = -{ - command: string, - destination: string, - type: string, - user: string, - frontendUserName: string, - frontendUser: string, - token: string, - text: string, - timestamp: number, - SenderWindowID: string, - Sendertext: string, -}; ->>>>>>> refs/remotes/origin/nigel/functionBlockMessage // get the name of the machine used to connect const machineHostName = window.location.hostname;