mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-02-12 20:52:52 -05:00
missed changes from other branch
moved changes while testing
This commit is contained in:
parent
84f261c81b
commit
32f2fe140d
@ -846,7 +846,7 @@ let needSetup = false;
|
|||||||
|
|
||||||
await updateMonitorNotification(bean.id, monitor.notificationIDList);
|
await updateMonitorNotification(bean.id, monitor.notificationIDList);
|
||||||
|
|
||||||
if (await bean.isActive()) {
|
if (await Monitor.isActive(bean.id, bean.active)) {
|
||||||
await restartMonitor(socket.userID, bean.id);
|
await restartMonitor(socket.userID, bean.id);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user