mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-02-08 18:59:22 -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);
|
||||
|
||||
if (await bean.isActive()) {
|
||||
if (await Monitor.isActive(bean.id, bean.active)) {
|
||||
await restartMonitor(socket.userID, bean.id);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user