mirror of
https://github.com/penpot/penpot.git
synced 2026-08-08 05:48:50 +00:00
`create-font-variant` destructures `uploads` and never reads it: the handler passes the whole `params` map to `prepare-font-data-from-uploads`. `clj-kondo` reports it as an unused binding and exits 2, which fails the Lint step of the Backend workflow, and the Lint step runs before the tests, so no branch based on `develop` can run the backend suite at all. AI-assisted-by: mixed models