0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-08 16:00:19 -05:00

📎 Change namespace alias naming on persistence ns

This commit is contained in:
Andrey Antukh 2022-04-21 12:32:55 +02:00 committed by Andrés Moya
parent 9492dd7856
commit 3ab3ea68b4

View file

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