Skip to content

Commit 8790b6f

Browse files
committed
fix: remove debugger
1 parent e25c836 commit 8790b6f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

api/src/chat/services/block.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ export class BlockService extends BaseService<
7979
@SocketGet('/block/subscribe/')
8080
@SocketPost('/block/subscribe/')
8181
subscribe(@SocketReq() req: SocketRequest, @SocketRes() res: SocketResponse) {
82-
debugger;
8382
try {
8483
if (req.session.web?.profile?.id) {
8584
this.gateway.io.socketsJoin(`blocks:${req.session.web.profile.id}`);

0 commit comments

Comments
 (0)