fix: remove extra attr

This commit is contained in:
Mohamed Marrouchi
2025-01-22 19:40:03 +01:00
parent 2b433ef755
commit fcacd62632

View File

@@ -57,8 +57,6 @@ export class SocketIoClient {
private config: SocketIoClientConfig;
public id: string;
constructor(
apiUrl: string,
socketConfig: SocketIoClientConfig,