Bug Fixes
-
Budget: Fix "Internal Error" when editing a budget entry and changing its category (#8)
The
datevalidator import inserver/routes/budget.jsshadowed thedatefield from the request body. SQLite received a function reference instead of a string value, causing aTypeError. Fixed by aliasing the import tovalidateDateand addingdateto thereq.bodydestructuring.