Merge branch 'main' into staging

This commit is contained in:
Andrey Antukh 2022-03-07 13:08:20 +01:00
commit d731a095c6
2 changed files with 5 additions and 5 deletions

View file

@ -50,7 +50,7 @@
(assoc :host (cf/get :host))
(assoc :public-uri (cf/get :public-uri))
(assoc :version (:full cf/version))
(assoc :id (uuid/next))))
(update :id #(or % (uuid/next)))))
(defn handle-event
[{:keys [executor] :as cfg} event]