mirror of
https://github.com/fosrl/pangolin.git
synced 2026-09-20 17:48:55 +02:00
Add siteId to api
This commit is contained in:
@@ -43,7 +43,7 @@ export async function getHealthCheckStatusHistory(
|
||||
}
|
||||
|
||||
const entityType = "healthCheck";
|
||||
const entityId = parsedParams.data.healthCheckId
|
||||
const entityId = parsedParams.data.healthCheckId;
|
||||
const { days } = parsedQuery.data;
|
||||
|
||||
const nowSec = Math.floor(Date.now() / 1000);
|
||||
|
||||
Reference in New Issue
Block a user