Fix revenue route incorrect filter (and commit bank transaction) (#3874)

* Fix revenue route incorrect filtering

* Actually commit transaction
This commit is contained in:
Jai Agrawal
2025-06-30 14:45:23 -07:00
committed by GitHub
parent bcec478a64
commit 33d26238ce
3 changed files with 5 additions and 3 deletions

View File

@@ -1128,5 +1128,7 @@ pub async fn insert_bank_balances(
.execute(&mut *transaction)
.await?;
transaction.commit().await?;
Ok(())
}