Skip to content

Commit dad9625

Browse files
Update src/wss/wss.gateway.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a6c892c commit dad9625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wss/wss.gateway.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export class WssGateway implements OnGatewayConnection, OnGatewayDisconnect {
4343
}
4444

4545
handleConnection(client: io.Socket) {
46-
console.log('wtf');
46+
4747
client.join('msgRoom');
4848
const { user_id } = this.getClientQuery(client);
4949

0 commit comments

Comments
 (0)