mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-03 00:29:10 +00:00
Fix missing where clause; Resolves #117
This commit is contained in:
@@ -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[] = [];
|
||||
|
||||
Reference in New Issue
Block a user