Files
agent-evals/frontend
Evan Reichard 554f952b6f fix(api): handle 204 No Content response in delete method
The backend delete endpoint returns 204 No Content with an empty body,
but the frontend was attempting to parse the empty response as JSON.
This caused a "JSON.parse: unexpected end of data" error when deleting
files. The fix adds special handling to not parse JSON for delete
responses on success.
2026-02-06 09:03:05 -05:00
..