We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e25c836 commit 8790b6fCopy full SHA for 8790b6f
api/src/chat/services/block.service.ts
@@ -79,7 +79,6 @@ export class BlockService extends BaseService<
79
@SocketGet('/block/subscribe/')
80
@SocketPost('/block/subscribe/')
81
subscribe(@SocketReq() req: SocketRequest, @SocketRes() res: SocketResponse) {
82
- debugger;
83
try {
84
if (req.session.web?.profile?.id) {
85
this.gateway.io.socketsJoin(`blocks:${req.session.web.profile.id}`);
0 commit comments