Skip to content

Commit

Permalink
refactor(#60): 추가 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
hobiJeong committed Oct 21, 2023
1 parent 1b91b28 commit 5a9469f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/chat/services/chat.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,6 @@ export class ChatService {
receiver: returnedChat.receiver,
};

const socketRoomId = returnedChat.chatroom_id.toString();
// this.eventsGateway.server.to(`ch-${socketRoomId}`).emit('message', chat);

return chat;
}
}

0 comments on commit 5a9469f

Please sign in to comment.