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) {