Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/Wakttu/wakttu_backend into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
iqeq1945 committed Nov 25, 2024
2 parents faa1996 + 2ca551f commit 612dc29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/socket/socket.gateway.ts
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,6 @@ export class SocketGateway
// Emoticon
@SubscribeMessage('emoticon')
handleEmoticon(@MessageBody() data: Emoticon) {
console.log('emoticon');
this.server.to(data.roomId).emit('emoticon', data);
}

Expand Down

0 comments on commit 612dc29

Please sign in to comment.