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;