From ab6c360b71c2641b66527c4d1c2fd92658c70e69 Mon Sep 17 00:00:00 2001 From: jmsandiegoo Date: Wed, 13 Nov 2024 01:07:54 +0800 Subject: [PATCH] Minor typo bugfix --- .../src/modules/collaboration/collaborationws.controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/gateway-service/src/modules/collaboration/collaborationws.controller.ts b/backend/gateway-service/src/modules/collaboration/collaborationws.controller.ts index e52e91aa3e..38e7306036 100644 --- a/backend/gateway-service/src/modules/collaboration/collaborationws.controller.ts +++ b/backend/gateway-service/src/modules/collaboration/collaborationws.controller.ts @@ -153,7 +153,7 @@ export class CollaborationGateway implements OnGatewayDisconnect { } catch (e) { console.log(e); client.emit(SESSION_ERROR, { - event: SESSION_JOIN, + event: SESSION_LEAVE, error: `Failed to leave session: ${e.message}`, }); }