mirror of
https://github.com/penpot/penpot.git
synced 2025-05-31 00:46:11 +02: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
|
(defn- impl-format-response-body
|
||||||
[response _request]
|
[response _request]
|
||||||
(let [body (:body response)
|
(let [body (:body response)
|
||||||
opts {:type :json-verbose}]
|
opts {:type :json}]
|
||||||
(cond
|
(cond
|
||||||
(coll? body)
|
(coll? body)
|
||||||
(-> response
|
(-> response
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue