mirror of
https://github.com/penpot/penpot.git
synced 2026-08-30 16:48:59 +00:00
Both case expressions dispatching on the negotiated format now fall back to the transit encoding/format when an unexpected value shows up, instead of silently returning nil. Add direct unit tests for app.http.content-negotiation/negotiate-format covering the Accept header, the _fmt=json query parameter precedence, and the transit fallback when no explicit signal is present. AI-assisted-by: glm-5.3-flash