🐛 Fix bringing complete file data when launching the export dialog

This commit is contained in:
Pablo Alba 2022-08-25 17:02:06 +02:00 committed by Andrey Antukh
parent ecfc20f514
commit 1bb83b3019
6 changed files with 59 additions and 10 deletions

View file

@ -115,7 +115,7 @@
(format-response [response request]
(let [body (yrs/body response)]
(if (coll? body)
(if (or (boolean? body) (coll? body))
(let [qs (yrq/query request)
opts (if (or (contains? cf/flags :transit-readable-response)
(str/includes? qs "transit_verbose"))