Skip to content

Commit

Permalink
fix: inout error
Browse files Browse the repository at this point in the history
  • Loading branch information
kyeahxx19 committed Dec 10, 2023
1 parent 04394fb commit 028c073
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/chat/chat.gateway.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ export class ChatGateway
@MessageBody() inRoomDto: InRoomDto,
) {
const adapter = this.server.adapter as any;
console.log(adapter.room.get(inRoomDto.roomId));
if (
!inRoomDto.inRoom &&
adapter.rooms.get(inRoomDto.roomId) &&
Expand Down

0 comments on commit 028c073

Please sign in to comment.