Skip to content

Commit

Permalink
fix: 'joinLanding' 이벤트 처리 로직 중 잘못된 방을 나가는 로직 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
choyoungwoo9 committed Sep 22, 2024
1 parent 6dfc523 commit c5c1339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/project/ws-controller/ws-project.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export class WsProjectController {
);
client.emit('landing', response);

client.leave('landing');
client.leave('backlog');
client.leave('setting');
client.join('landing');

Expand Down

0 comments on commit c5c1339

Please sign in to comment.