Skip to content

Commit

Permalink
Fix front build
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminbours committed Sep 14, 2024
1 parent 1456c3f commit ea7be55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/app/SocketController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export class SocketController {
this.destroy();
},
);
this.socket.on(SocketEventLobby.FRIEND_JOIN_LOBBY, onFriendJoinLobby);
// this.socket.on(SocketEventLobby.FRIEND_JOIN_LOBBY, onFriendJoinLobby);
this.socket.on(
SocketEventType.TEAMMATE_DISCONNECT,
onTeamMateDisconnect,
Expand Down

0 comments on commit ea7be55

Please sign in to comment.