mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix(api): update socket disconnection log messsage
This commit is contained in:
parent
6e7395281a
commit
e9b7b8c229
@ -269,7 +269,7 @@ export class WebsocketGateway
|
||||
}
|
||||
|
||||
async handleDisconnect(client: Socket): Promise<void> {
|
||||
this.logger.log(`Client id:${client.id} disconnected`);
|
||||
this.logger.log(`Client id: ${client.id} disconnected`);
|
||||
// Configurable custom afterDisconnect logic here
|
||||
// (default: do nothing)
|
||||
if (!config.sockets.afterDisconnect) {
|
||||
|
Loading…
Reference in New Issue
Block a user