mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 23:49:45 -05:00
✨ Use compact transit encoding instead of verbose.
This commit is contained in:
parent
8464e6a822
commit
290bf00b2d
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@
|
|||
(defn- impl-format-response-body
|
||||
[response _request]
|
||||
(let [body (:body response)
|
||||
opts {:type :json-verbose}]
|
||||
opts {:type :json}]
|
||||
(cond
|
||||
(coll? body)
|
||||
(-> response
|
||||
|
|
Loading…
Add table
Reference in a new issue