mirror of
https://github.com/penpot/penpot.git
synced 2025-06-06 13:01:41 +02:00
⬆️ Update promesa library to 10.0.570
This commit is contained in:
parent
8bad9d8340
commit
861328af3e
4 changed files with 29 additions and 30 deletions
|
@ -254,9 +254,9 @@
|
|||
"Submit audit event to the collector."
|
||||
[{:keys [::wrk/executor ::db/pool]} params]
|
||||
(->> (px/submit! executor (partial persist-event! pool (d/without-nils params)))
|
||||
(p/err (fn [cause]
|
||||
(l/error :hint "audit: unexpected error processing event" :cause cause)
|
||||
(p/resolved nil)))))
|
||||
(p/merr (fn [cause]
|
||||
(l/error :hint "audit: unexpected error processing event" :cause cause)
|
||||
(p/resolved nil)))))
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; TASK: ARCHIVE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue