mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-02 03:26:31 -04:00
Fix: clear important beats after deleteMonitor
This commit is contained in:
parent
3fb06a8ba4
commit
32c9dfbb31
2 changed files with 3 additions and 0 deletions
|
@ -637,6 +637,8 @@ exports.entryPage = "dashboard";
|
|||
});
|
||||
|
||||
await sendMonitorList(socket);
|
||||
// Clear heartbeat list on client
|
||||
await sendImportantHeartbeatList(socket, monitorID, true, true);
|
||||
|
||||
} catch (e) {
|
||||
callback({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue