mirror of
https://github.com/penpot/penpot.git
synced 2026-09-11 14:39:35 +00:00
🐛 Fix log level setting on file migrations ns
This commit is contained in:
parent
6a3b963a77
commit
bd734c1095
@ -23,7 +23,7 @@
|
|||||||
[app.common.uuid :as uuid]
|
[app.common.uuid :as uuid]
|
||||||
[cuerdas.core :as str]))
|
[cuerdas.core :as str]))
|
||||||
|
|
||||||
#?(:cljs (log/set-level! :info))
|
#?(:cljs (l/set-level! :info))
|
||||||
|
|
||||||
(defmulti migrate :version)
|
(defmulti migrate :version)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user