whisper-money/app/Http
Víctor Falcón e8b6e62557 Guard sumTransactions against unsupported category types
Both reviewers flagged that the income/expense ternary silently treated
any non-Income type as the expense side. Replace it with a match that
throws on Savings/Investment/Transfer, so a future miscall fails loudly
instead of returning a wrong total. Behavior is unchanged for the only
current callers (Income and Expense).
2026-07-04 21:19:09 +02:00
..
Controllers Guard sumTransactions against unsupported category types 2026-07-04 21:19:09 +02:00
Middleware refactor(ai): remove AiConsentSettings feature flag (#619) 2026-07-01 09:47:55 +02:00
Requests feat(transactions): serve import dedup and account ledger from the backend (#631) 2026-07-03 16:49:59 +02:00
Responses fix: route new PWA guests to signup (#313) 2026-04-21 10:53:05 +01:00