Pass through transaction

This commit is contained in:
Owen
2025-10-17 14:04:49 -07:00
parent e5a436593f
commit c07abf8ff9
4 changed files with 29 additions and 19 deletions

View File

@@ -98,7 +98,8 @@ export async function updateSiteBandwidth(
if (
await checkExitNodeOrg(
exitNodeId,
updatedSite.orgId
updatedSite.orgId,
trx
)
) {
// not allowed
@@ -242,7 +243,8 @@ export async function updateSiteBandwidth(
if (
await checkExitNodeOrg(
exitNodeId,
updatedSite.orgId
updatedSite.orgId,
trx
)
) {
// not allowed