Fix typo in monitor type lookup

This commit is contained in:
Alex Holliday
2024-11-08 09:46:30 +08:00
parent a4944e84f0
commit 5129aca6c2

View File

@@ -20,7 +20,7 @@ const SERVICE_NAME = "monitorModule";
const CHECK_MODEL_LOOKUP = {
http: Check,
ping: Check,
pageSpeed: PageSpeedCheck,
pagespeed: PageSpeedCheck,
hardware: HardwareCheck,
};