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,