mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-16 05:24:18 +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 entityId = parsedParams.data.healthCheckId;
|
||||||
const { days } = parsedQuery.data;
|
const { days } = parsedQuery.data;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user