mirror of
https://github.com/penpot/penpot.git
synced 2025-08-01 14:38:40 +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]
|
||||||
|
|
|
@ -36,12 +36,12 @@
|
||||||
(reduce-kv #(.with ^MapMessage %1 (name %2) %3) message m))))
|
(reduce-kv #(.with ^MapMessage %1 (name %2) %3) message m))))
|
||||||
|
|
||||||
#?(:clj
|
#?(:clj
|
||||||
(def logger-context
|
(def logger-context
|
||||||
(LogManager/getContext false)))
|
(LogManager/getContext false)))
|
||||||
|
|
||||||
#?(:clj
|
#?(:clj
|
||||||
(def logging-agent
|
(def logging-agent
|
||||||
(agent nil :error-mode :continue)))
|
(agent nil :error-mode :continue)))
|
||||||
|
|
||||||
(defn- simple-prune
|
(defn- simple-prune
|
||||||
([s] (simple-prune s (* 1024 1024)))
|
([s] (simple-prune s (* 1024 1024)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue