Skip to content

Commit

Permalink
Minor typo bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
jmsandiegoo committed Nov 12, 2024
1 parent 98b5bc7 commit ab6c360
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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}`,
});
}

0 comments on commit ab6c360

Please sign in to comment.