mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-04 10:05:53 +02:00
Fix missing where clause; Resolves #117
This commit is contained in:
parent
cb1ccbe945
commit
9b9c343e2d
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@ export const handleRegisterMessage: MessageHandler = async (context) => {
|
|||
eq(targets.enabled, true)
|
||||
)
|
||||
)
|
||||
.where(eq(resources.siteId, siteId))
|
||||
.groupBy(resources.resourceId);
|
||||
|
||||
let tcpTargets: string[] = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue