fix(assist): fixed request_control broadcast
This commit is contained in:
parent
81d55a7699
commit
db9530f1fa
1 changed files with 1 additions and 1 deletions
|
|
@ -380,7 +380,7 @@ module.exports = {
|
|||
io.to(socket.id).emit(EVENTS_DEFINITION.emit.NO_SESSIONS);
|
||||
} else {
|
||||
debug && console.log("message sent");
|
||||
io.to(socketId).emit(eventName, socket.id, args[0].data);
|
||||
io.to(socketId).emit(eventName, socket.id, args[0]);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue