fixup! WIP
All checks were successful
Run tests / run-tests (push) Successful in 45s

This commit is contained in:
2025-12-09 18:32:04 +09:00
parent f15c748558
commit 45bb31aba0
4 changed files with 4 additions and 3 deletions

View File

@@ -196,7 +196,6 @@ def _user_balance_query(
# trx_subset.c.type_ == TransactionType.THROW_PRODUCT,
# recursive_cte.c.balance + trx_subset.c.amount,
# ),
# Interest adjustment -> balance stays the same
# Penalty adjustment -> balance stays the same
else_=recursive_cte.c.balance,