Add more transactions support

This commit is contained in:
Owen
2025-10-17 16:22:43 -07:00
parent c07abf8ff9
commit 240c5b005b
3 changed files with 6 additions and 4 deletions

View File

@@ -149,7 +149,8 @@ export async function updateSiteBandwidth(
orgId,
true,
FeatureId.EGRESS_DATA_MB,
bandwidthUsage
bandwidthUsage,
trx
)
.catch((error: any) => {
logger.error(
@@ -175,7 +176,8 @@ export async function updateSiteBandwidth(
orgId,
true,
FeatureId.SITE_UPTIME,
uptimeUsage
uptimeUsage,
trx
)
.catch((error: any) => {
logger.error(