mirror of
https://github.com/penpot/penpot.git
synced 2025-05-14 20:26:38 +02:00
Merge remote-tracking branch 'origin/staging' into develop
This commit is contained in:
commit
28a721ce9c
8 changed files with 74 additions and 18 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue