fix: remove debugger

This commit is contained in:
abdou6666 2025-04-08 08:35:11 +01:00
parent e25c836acf
commit 8790b6fab8

View File

@ -79,7 +79,6 @@ export class BlockService extends BaseService<
@SocketGet('/block/subscribe/')
@SocketPost('/block/subscribe/')
subscribe(@SocketReq() req: SocketRequest, @SocketRes() res: SocketResponse) {
debugger;
try {
if (req.session.web?.profile?.id) {
this.gateway.io.socketsJoin(`blocks:${req.session.web.profile.id}`);