This commit is contained in:
Philipinho
2025-04-29 23:28:42 +01:00
parent 3b5fee05c1
commit 3e69924448

View File

@ -41,7 +41,7 @@ export class CollaborationModule implements OnModuleInit, OnModuleDestroy {
this.collaborationGateway.handleConnection(client, request);
client.on('error', (error) => {
Logger.error('WebSocket client error:', error);
this.logger.error('WebSocket client error:', error);
});
});