cashup/backend
jtricerolph 618992206e Fix upload response: ins.rows[0] → ins[0] (rows already destructured)
INSERT RETURNING * was succeeding but response threw TypeError trying to
access .rows[0] on the already-unwrapped rows array. File was saved, DB
record created, but 500 returned. Frontend now gets the record immediately
without needing a refresh.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-02 15:47:50 +00:00
..
src Fix upload response: ins.rows[0] → ins[0] (rows already destructured) 2026-07-02 15:47:50 +00:00
Dockerfile Wire Newbook credentials to settings service 2026-07-01 19:33:16 +00:00
package.json Pin all fastify plugins to 4.x-compatible versions 2026-07-01 20:19:33 +00:00