No description
Find a file
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
backend Fix upload response: ins.rows[0] → ins[0] (rows already destructured) 2026-07-02 15:47:50 +00:00
frontend Float management: bagged coins, history nav fix, change order sheet, upload 500 fix 2026-07-02 15:29:38 +00:00
docker-compose.yml Pass SETTINGS_URL and SETTINGS_SECRET to backend container 2026-07-01 21:22:37 +00:00