Merge remote-tracking branch 'origin/staging' into develop

This commit is contained in:
Alejandro Alonso 2022-08-30 13:31:11 +02:00
commit 28a721ce9c
8 changed files with 74 additions and 18 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"))