Fix merge conflict, remove unused dispatch

This commit is contained in:
Alex Holliday
2025-01-08 10:05:34 -08:00
parent a4989d3e95
commit ef56283fa9
4 changed files with 1 additions and 19 deletions
-9
View File
@@ -30,15 +30,6 @@ const CHECK_MODEL_LOOKUP = {
hardware: HardwareCheck,
};
const MODEL_TYPE_MAPPING = {
http: "checks",
ping: "checks",
docker: "checks",
port: "checks",
pagespeed: "pagespeedchecks",
hardware: "hardwarechecks",
};
/**
* Get all monitors
* @async