mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-07-20 05:30:59 -04:00
Fix recurring
This commit is contained in:
parent
d8a676abb6
commit
24cb212a37
3 changed files with 55 additions and 37 deletions
|
@ -623,6 +623,8 @@ class Monitor extends BeanModel {
|
|||
log.debug("monitor", `[${this.name}] apicache clear`);
|
||||
apicache.clear();
|
||||
|
||||
UptimeKumaServer.getInstance().sendMaintenanceListByUserID(this.user_id);
|
||||
|
||||
} else {
|
||||
bean.important = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue