mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-12-25 06:35:54 -05:00
MeshCtrl.js fix.
This commit is contained in:
parent
acdea410c3
commit
87fb8d2dec
@ -1099,7 +1099,6 @@ function serverConnect() {
|
||||
cmd = { action: 'events', responseid: 'meshctrl' };
|
||||
}
|
||||
if (typeof limit == 'number') { cmd.limit = limit; }
|
||||
console.log(cmd);
|
||||
ws.send(JSON.stringify(cmd));
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user