mirror of
https://github.com/penpot/penpot.git
synced 2025-02-15 11:38:24 -05:00
📎 Add minor improvement to events ns error logging
This commit is contained in:
parent
27fb4c7ed9
commit
9b9c5822d1
1 changed files with 1 additions and 3 deletions
|
@ -222,9 +222,7 @@
|
||||||
:body (http/transit-data {:events events})}]
|
:body (http/transit-data {:events events})}]
|
||||||
(->> (http/send! params)
|
(->> (http/send! params)
|
||||||
(rx/mapcat rp/handle-response)
|
(rx/mapcat rp/handle-response)
|
||||||
(rx/catch (fn [_]
|
(rx/catch (fn [_] (rx/of nil)))))
|
||||||
(l/error :hint "unexpected error on persisting audit events")
|
|
||||||
(rx/of nil)))))
|
|
||||||
|
|
||||||
(rx/of nil)))
|
(rx/of nil)))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue