0
Fork 0
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:
Andrey Antukh 2021-09-02 14:29:53 +02:00
parent 8464e6a822
commit 290bf00b2d

View file

@ -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