Skip to content

Commit e7b0fdc

Browse files
authored
Merge pull request #132 from CS3219-AY2425S1/jmsandiegoo/bugfix
Minor typo bugfix
2 parents 71fae00 + ab6c360 commit e7b0fdc

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)