mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 19:28:12 +00:00
✨ Use compact transit encoding instead of verbose.
This commit is contained in:
parent
8464e6a822
commit
290bf00b2d
@ -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…
x
Reference in New Issue
Block a user