0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-13 02:28:18 -05:00

🐛 Fix typo on error type

This commit is contained in:
Andrey Antukh 2023-03-16 19:39:19 +01:00
parent 3011d24905
commit b462ac019a

View file

@ -112,7 +112,7 @@
(l/error :hint "Internal error" :message (ex-message error) :cause error)
{::yrs/status 500
::yrs/body {:type :server-error
:code :unhandloed
:code :unhandled
:hint (ex-message error)
:data (ex-data error)}}))