mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-16 18:06:39 +00:00
🚧 wip: user devices endpoint
This commit is contained in:
@@ -380,7 +380,7 @@ export async function listResources(
|
||||
hcEnabled: targetHealthCheck.hcEnabled
|
||||
})
|
||||
.from(targets)
|
||||
.where(sql`${targets.resourceId} in ${resourceIdList}`)
|
||||
.where(inArray(targets.resourceId, resourceIdList))
|
||||
.leftJoin(
|
||||
targetHealthCheck,
|
||||
eq(targetHealthCheck.targetId, targets.targetId)
|
||||
|
||||
Reference in New Issue
Block a user