🐛 Fix missing zip export on tempfile types (#11292)

This commit is contained in:
Elena Torró 2026-08-19 16:19:15 +02:00 committed by GitHub
parent c378ec9218
commit a91c796b0e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@
"image/svg+xml"}) "image/svg+xml"})
(def tempfile-types (def tempfile-types
(conj image-types "application/pdf")) (conj image-types "application/pdf" "application/zip"))
(defn format->extension (defn format->extension
[format] [format]