mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-09 06:27:04 +08:00
Chore: Remove onDelete as unused
This commit is contained in:
@@ -738,7 +738,6 @@ exports.entryPage = "dashboard";
|
||||
|
||||
if (monitorID in monitorList) {
|
||||
monitorList[monitorID].stop();
|
||||
monitorList[monitorID].onDelete();
|
||||
delete monitorList[monitorID];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user