mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-12 19:11:51 +00:00
MeshCtrl.js fix.
This commit is contained in:
parent
acdea410c3
commit
87fb8d2dec
1 changed files with 0 additions and 1 deletions
|
@ -1099,7 +1099,6 @@ function serverConnect() {
|
||||||
cmd = { action: 'events', responseid: 'meshctrl' };
|
cmd = { action: 'events', responseid: 'meshctrl' };
|
||||||
}
|
}
|
||||||
if (typeof limit == 'number') { cmd.limit = limit; }
|
if (typeof limit == 'number') { cmd.limit = limit; }
|
||||||
console.log(cmd);
|
|
||||||
ws.send(JSON.stringify(cmd));
|
ws.send(JSON.stringify(cmd));
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue