0
Fork 0
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:
Andrey Antukh 2023-09-01 13:55:23 +02:00
parent 6a3b963a77
commit bd734c1095

View file

@ -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)