mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-09 11:17:43 +08:00
Merge pull request #464 from chakflying/fix-delete-monitor
Fix: clear important beats after deleteMonitor
This commit is contained in:
@@ -638,6 +638,8 @@ exports.entryPage = "dashboard";
|
||||
});
|
||||
|
||||
await sendMonitorList(socket);
|
||||
// Clear heartbeat list on client
|
||||
await sendImportantHeartbeatList(socket, monitorID, true, true);
|
||||
|
||||
} catch (e) {
|
||||
callback({
|
||||
|
Reference in New Issue
Block a user