diff --git a/common/src/app/common/files/migrations.cljc b/common/src/app/common/files/migrations.cljc index ae11417ac..df4144c87 100644 --- a/common/src/app/common/files/migrations.cljc +++ b/common/src/app/common/files/migrations.cljc @@ -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)