mirror of
https://github.com/penpot/penpot.git
synced 2025-02-03 04:49:03 -05:00
🐛 Fix log level setting on file migrations ns
This commit is contained in:
parent
6a3b963a77
commit
bd734c1095
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
[app.common.uuid :as uuid]
|
||||
[cuerdas.core :as str]))
|
||||
|
||||
#?(:cljs (log/set-level! :info))
|
||||
#?(:cljs (l/set-level! :info))
|
||||
|
||||
(defmulti migrate :version)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue