From 3ab3ea68b419f6dc27704b2c15714ba88b270bef Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Thu, 21 Apr 2022 12:32:55 +0200 Subject: [PATCH] :paperclip: Change namespace alias naming on persistence ns --- frontend/src/app/main/data/workspace/persistence.cljs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/app/main/data/workspace/persistence.cljs b/frontend/src/app/main/data/workspace/persistence.cljs index c4fb4c05b..423ccc8fc 100644 --- a/frontend/src/app/main/data/workspace/persistence.cljs +++ b/frontend/src/app/main/data/workspace/persistence.cljs @@ -13,7 +13,7 @@ [app.common.spec.change :as spec.change] [app.common.spec.file :as spec.file] [app.common.uuid :as uuid] - [app.config :as cfg] + [app.config :as cf] [app.main.data.dashboard :as dd] [app.main.data.events :as ev] [app.main.data.fonts :as df] @@ -560,10 +560,10 @@ (fn [{:keys [metadata fill-image]}] (cond (some? metadata) - [(cfg/resolve-file-media metadata)] + [(cf/resolve-file-media metadata)] (some? fill-image) - [(cfg/resolve-file-media fill-image)])) + [(cf/resolve-file-media fill-image)])) uris (into #{} (comp (mapcat extract-urls)