From 6bc382ef4d3469b21d8f7caf9e2bc0dfd5e38d94 Mon Sep 17 00:00:00 2001 From: iotux <46082385+iotux@users.noreply.github.com> Date: Thu, 1 Jan 2026 08:41:09 +0100 Subject: [PATCH] Update server/monitor-types/system-service.js Co-authored-by: Frank Elsinga --- server/monitor-types/system-service.js | 1 - 1 file changed, 1 deletion(-) diff --git a/server/monitor-types/system-service.js b/server/monitor-types/system-service.js index 9ed493e97..2f959b54f 100644 --- a/server/monitor-types/system-service.js +++ b/server/monitor-types/system-service.js @@ -15,7 +15,6 @@ class SystemServiceMonitorType extends MonitorType { * @returns {Promise} Resolves when check is complete. */ async check(monitor, heartbeat) { - // Use the new variable name 'system_service_name' to match the monitor type change const serviceName = monitor.system_service_name; if (!serviceName) {