Skip to content

v0.6.0

Choose a tag to compare

@ulsklyc ulsklyc released this 03 Apr 16:28

Bug Fixes

  • Budget: Fix "Internal Error" when editing a budget entry and changing its category (#8)

    The date validator import in server/routes/budget.js shadowed the date field from the request body. SQLite received a function reference instead of a string value, causing a TypeError. Fixed by aliasing the import to validateDate and adding date to the req.body destructuring.