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:
parent
3011d24905
commit
b462ac019a
1 changed files with 1 additions and 1 deletions
|
@ -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)}}))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue