Fix healthcheck not showing data

This commit is contained in:
Owen
2026-04-27 14:33:28 -07:00
parent 28dd06c41f
commit c5072bed80

View File

@@ -53,7 +53,7 @@ export async function getHealthCheckStatusHistory(
); );
} }
const entityType = "healthCheck"; const entityType = "health_check";
const entityId = parsedParams.data.healthCheckId; const entityId = parsedParams.data.healthCheckId;
const { days } = parsedQuery.data; const { days } = parsedQuery.data;