style: fix formatting

pull/5193/head
Peace 3 months ago
parent b4fabbb00f
commit d1677300a4
No known key found for this signature in database
GPG Key ID: 0EF6B46E172B739F

@ -987,10 +987,10 @@ let needSetup = false;
await startMonitor(socket.userID, monitorID);
await server.sendUpdateMonitorIntoList(socket, monitorID);
const childrenIDs = await Monitor.getAllChildrenIDs(monitorID);
for (let childID of childrenIDs) {
await server.sendUpdateMonitorIntoList(socket, childID);
}
const childrenIDs = await Monitor.getAllChildrenIDs(monitorID);
for (let childID of childrenIDs) {
await server.sendUpdateMonitorIntoList(socket, childID);
}
callback({
ok: true,
@ -1012,10 +1012,10 @@ let needSetup = false;
await pauseMonitor(socket.userID, monitorID);
await server.sendUpdateMonitorIntoList(socket, monitorID);
const childrenIDs = await Monitor.getAllChildrenIDs(monitorID);
for (let childID of childrenIDs) {
await server.sendUpdateMonitorIntoList(socket, childID);
}
const childrenIDs = await Monitor.getAllChildrenIDs(monitorID);
for (let childID of childrenIDs) {
await server.sendUpdateMonitorIntoList(socket, childID);
}
callback({
ok: true,

Loading…
Cancel
Save