We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dfc523 commit c5c1339Copy full SHA for c5c1339
backend/src/project/ws-controller/ws-project.controller.ts
@@ -41,7 +41,7 @@ export class WsProjectController {
41
);
42
client.emit('landing', response);
43
44
- client.leave('landing');
+ client.leave('backlog');
45
client.leave('setting');
46
client.join('landing');
47
0 commit comments