mirror of
https://github.com/penpot/penpot.git
synced 2025-05-18 07:46:11 +02:00
✨ Fix middleware order.
This commit is contained in:
parent
ea03477e8e
commit
f7a4f9906c
2 changed files with 2 additions and 2 deletions
|
@ -90,7 +90,7 @@
|
|||
(defn encode
|
||||
[data]
|
||||
(try
|
||||
(let [w (t/writer :json {:handlers +write-handlers+})]
|
||||
(let [w (t/writer :json-verbose {:handlers +write-handlers+})]
|
||||
(t/write w data))
|
||||
(catch :default e
|
||||
(throw e))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue