From c5c13396e77cc2dc1b6f58bf6deeb86c67f68f79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A1=B0=EC=98=81=EC=9A=B0?= Date: Sun, 22 Sep 2024 18:27:30 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20'joinLanding'=20=EC=9D=B4=EB=B2=A4?= =?UTF-8?q?=ED=8A=B8=20=EC=B2=98=EB=A6=AC=20=EB=A1=9C=EC=A7=81=20=EC=A4=91?= =?UTF-8?q?=20=EC=9E=98=EB=AA=BB=EB=90=9C=20=EB=B0=A9=EC=9D=84=20=EB=82=98?= =?UTF-8?q?=EA=B0=80=EB=8A=94=20=EB=A1=9C=EC=A7=81=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/src/project/ws-controller/ws-project.controller.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/project/ws-controller/ws-project.controller.ts b/backend/src/project/ws-controller/ws-project.controller.ts index cfa43c8..fa07776 100644 --- a/backend/src/project/ws-controller/ws-project.controller.ts +++ b/backend/src/project/ws-controller/ws-project.controller.ts @@ -41,7 +41,7 @@ export class WsProjectController { ); client.emit('landing', response); - client.leave('landing'); + client.leave('backlog'); client.leave('setting'); client.join('landing');