mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 12:18:33 +02: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
Add a link
Reference in a new issue