Fixed a linting err

This commit is contained in:
iotux 2026-01-01 12:18:56 +01:00
parent 1faed64e13
commit a6239a6200

View File

@ -124,11 +124,8 @@ class UptimeKumaServer {
UptimeKumaServer.monitorTypeList["port"] = new TCPMonitorType();
UptimeKumaServer.monitorTypeList["manual"] = new ManualMonitorType();
UptimeKumaServer.monitorTypeList["redis"] = new RedisMonitorType();
<<<<<<< HEAD
UptimeKumaServer.monitorTypeList["system-service"] = new SystemServiceMonitorType();
=======
UptimeKumaServer.monitorTypeList["sqlserver"] = new MssqlMonitorType();
>>>>>>> upstream/master
// Allow all CORS origins (polling) in development
let cors = undefined;