mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-18 07:39:54 -06:00
Merge pull request #1123 from bluewave-labs/fix/be/monitor-module-typo
Fix typo in monitor type lookup
This commit is contained in:
@@ -20,7 +20,7 @@ const SERVICE_NAME = "monitorModule";
|
||||
const CHECK_MODEL_LOOKUP = {
|
||||
http: Check,
|
||||
ping: Check,
|
||||
pageSpeed: PageSpeedCheck,
|
||||
pagespeed: PageSpeedCheck,
|
||||
hardware: HardwareCheck,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user