mirror of
https://github.com/penpot/penpot.git
synced 2025-08-06 08:58:34 +02:00
Merge branch 'main' into staging
This commit is contained in:
commit
d731a095c6
2 changed files with 5 additions and 5 deletions
|
@ -50,7 +50,7 @@
|
||||||
(assoc :host (cf/get :host))
|
(assoc :host (cf/get :host))
|
||||||
(assoc :public-uri (cf/get :public-uri))
|
(assoc :public-uri (cf/get :public-uri))
|
||||||
(assoc :version (:full cf/version))
|
(assoc :version (:full cf/version))
|
||||||
(assoc :id (uuid/next))))
|
(update :id #(or % (uuid/next)))))
|
||||||
|
|
||||||
(defn handle-event
|
(defn handle-event
|
||||||
[{:keys [executor] :as cfg} event]
|
[{:keys [executor] :as cfg} event]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue