mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix: remove debugger
This commit is contained in:
parent
e25c836acf
commit
8790b6fab8
@ -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}`);
|
||||
|
Loading…
Reference in New Issue
Block a user