mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 10:58:22 +02:00
✨ Minor improvements on http reporting on 400 responses
This commit is contained in:
parent
5576b7568c
commit
57666e9173
3 changed files with 17 additions and 4 deletions
|
@ -257,7 +257,7 @@
|
|||
(let [data (s/explain-data spec data)]
|
||||
(throw (ex/error :type :validation
|
||||
:code :spec-validation
|
||||
::s/problems (::s/problems data)))))
|
||||
::ex/data data))))
|
||||
result))
|
||||
|
||||
(defmacro instrument!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue