mirror of
https://github.com/docmost/docmost.git
synced 2025-11-14 18:31:12 +10:00
cleanup
This commit is contained in:
@ -41,7 +41,7 @@ export class CollaborationModule implements OnModuleInit, OnModuleDestroy {
|
|||||||
this.collaborationGateway.handleConnection(client, request);
|
this.collaborationGateway.handleConnection(client, request);
|
||||||
|
|
||||||
client.on('error', (error) => {
|
client.on('error', (error) => {
|
||||||
Logger.error('WebSocket client error:', error);
|
this.logger.error('WebSocket client error:', error);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user