mirror of https://github.com/penpot/penpot.git
📎 Don't report invalid image validation errors
This commit is contained in:
parent
fd0a760b77
commit
79fbbe0bee
|
|
@ -99,7 +99,7 @@
|
||||||
(= code :invalid-image)
|
(= code :invalid-image)
|
||||||
(binding [l/*context* (request->context request)]
|
(binding [l/*context* (request->context request)]
|
||||||
(let [cause (or parent-cause err)]
|
(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}))
|
{::rres/status 400 ::rres/body data}))
|
||||||
|
|
||||||
:else
|
:else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue