Skip to content

Commit c5c1339

Browse files
committed
fix: 'joinLanding' 이벤트 처리 로직 중 잘못된 방을 나가는 로직 수정
1 parent 6dfc523 commit c5c1339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/project/ws-controller/ws-project.controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export class WsProjectController {
4141
);
4242
client.emit('landing', response);
4343

44-
client.leave('landing');
44+
client.leave('backlog');
4545
client.leave('setting');
4646
client.join('landing');
4747

0 commit comments

Comments
 (0)