mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-04 16:50:42 +00:00
Fix healthcheck not showing data
This commit is contained in:
@@ -53,7 +53,7 @@ export async function getHealthCheckStatusHistory(
|
||||
);
|
||||
}
|
||||
|
||||
const entityType = "healthCheck";
|
||||
const entityType = "health_check";
|
||||
const entityId = parsedParams.data.healthCheckId;
|
||||
const { days } = parsedQuery.data;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user