missed changes from other branch

moved changes while testing
This commit is contained in:
vishalsabhaya 2024-08-18 18:06:53 +09:00
parent 84f261c81b
commit 32f2fe140d

View File

@ -846,7 +846,7 @@ let needSetup = false;
await updateMonitorNotification(bean.id, monitor.notificationIDList);
if (await bean.isActive()) {
if (await Monitor.isActive(bean.id, bean.active)) {
await restartMonitor(socket.userID, bean.id);
}