Merge pull request #1123 from bluewave-labs/fix/be/monitor-module-typo

Fix typo in monitor type lookup
This commit is contained in:
Alexander Holliday
2024-11-07 18:00:06 -08:00
committed by GitHub

View File

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