From fcacd626329acbb51a252d5c2cb4c1e7e15bf3a4 Mon Sep 17 00:00:00 2001 From: Mohamed Marrouchi Date: Wed, 22 Jan 2025 19:40:03 +0100 Subject: [PATCH] fix: remove extra attr --- widget/src/utils/SocketIoClient.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/widget/src/utils/SocketIoClient.ts b/widget/src/utils/SocketIoClient.ts index b8f3d36a..9a9f55a0 100644 --- a/widget/src/utils/SocketIoClient.ts +++ b/widget/src/utils/SocketIoClient.ts @@ -57,8 +57,6 @@ export class SocketIoClient { private config: SocketIoClientConfig; - public id: string; - constructor( apiUrl: string, socketConfig: SocketIoClientConfig,