mirror of
https://github.com/penpot/penpot.git
synced 2025-05-11 09:36:38 +02:00
✨ Add unique id (uuid) on each log entry
This commit is contained in:
parent
e8426006e3
commit
256ed7410f
2 changed files with 7 additions and 6 deletions
|
@ -49,7 +49,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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue