Skip to content

Commit ab6c360

Browse files
committed
Minor typo bugfix
1 parent 98b5bc7 commit ab6c360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/gateway-service/src/modules/collaboration/collaborationws.controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ export class CollaborationGateway implements OnGatewayDisconnect {
153153
} catch (e) {
154154
console.log(e);
155155
client.emit(SESSION_ERROR, {
156-
event: SESSION_JOIN,
156+
event: SESSION_LEAVE,
157157
error: `Failed to leave session: ${e.message}`,
158158
});
159159
}

0 commit comments

Comments
 (0)