mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-30 12:42:22 +00:00
Fix health check status
This commit is contained in:
@@ -101,7 +101,7 @@ export const handleHealthcheckStatusMessage: MessageHandler = async (
|
|||||||
.where(
|
.where(
|
||||||
and(
|
and(
|
||||||
eq(targetHealthCheck.targetHealthCheckId, targetIdNum),
|
eq(targetHealthCheck.targetHealthCheckId, targetIdNum),
|
||||||
eq(sites.siteId, newt.siteId)
|
eq(targetHealthCheck.siteId, newt.siteId)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
.limit(1);
|
.limit(1);
|
||||||
|
|||||||
Reference in New Issue
Block a user