fixup! Implement /api/transactions/sum
This commit is contained in:
parent
c97c9b2c67
commit
e84dedf675
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@ public class TransactionController {
|
|||
return ResponseEntity.notFound().build();
|
||||
}
|
||||
transactions = transactionRepository.findAllByBudgetInAndCategoryInAndDateGreaterThanAndDateLessThan(
|
||||
Collections.emptyList(),
|
||||
List.of(category.getBudget()),
|
||||
List.of(category),
|
||||
fromInstant,
|
||||
toInstant,
|
||||
|
|
Loading…
Reference in a new issue