mirror of
https://github.com/penpot/penpot.git
synced 2025-01-04 13:50:12 -05:00
📎 Don't report invalid image validation errors
This commit is contained in:
parent
fd0a760b77
commit
79fbbe0bee
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@
|
|||
(= code :invalid-image)
|
||||
(binding [l/*context* (request->context request)]
|
||||
(let [cause (or parent-cause err)]
|
||||
(l/error :hint "unexpected error on processing image" :cause cause)
|
||||
(l/warn :hint "unexpected error on processing image" :cause cause)
|
||||
{::rres/status 400 ::rres/body data}))
|
||||
|
||||
:else
|
||||
|
|
Loading…
Reference in a new issue