From c5072bed80b759fec8a82dcceed616160445ca52 Mon Sep 17 00:00:00 2001 From: Owen Date: Mon, 27 Apr 2026 14:33:28 -0700 Subject: [PATCH] Fix healthcheck not showing data --- server/private/routers/healthChecks/getStatusHistory.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/private/routers/healthChecks/getStatusHistory.ts b/server/private/routers/healthChecks/getStatusHistory.ts index d2ef1ec26..51a59e2e1 100644 --- a/server/private/routers/healthChecks/getStatusHistory.ts +++ b/server/private/routers/healthChecks/getStatusHistory.ts @@ -53,7 +53,7 @@ export async function getHealthCheckStatusHistory( ); } - const entityType = "healthCheck"; + const entityType = "health_check"; const entityId = parsedParams.data.healthCheckId; const { days } = parsedQuery.data;