Merge pull request 'try to do better' (#24) from feature/history into master
All checks were successful
Build and Publish Images / build-and-push (push) Successful in 28s
All checks were successful
Build and Publish Images / build-and-push (push) Successful in 28s
Reviewed-on: http://192.168.31.100:3847/Arrelin/family_budget/pulls/24
This commit was merged in pull request #24.
This commit is contained in:
@@ -153,7 +153,6 @@ impl ExpenseService {
|
||||
.map(|((year, month), expenses)| {
|
||||
let total_amount: Decimal = expenses
|
||||
.iter()
|
||||
.filter(|e| e.active)
|
||||
.map(|e| e.amount)
|
||||
.sum();
|
||||
MonthlyExpenseGroup {
|
||||
|
||||
Reference in New Issue
Block a user