mirror of
https://github.com/penpot/penpot.git
synced 2026-09-25 13:26:16 +00:00
📎 Change namespace alias naming on persistence ns
This commit is contained in:
parent
9492dd7856
commit
3ab3ea68b4
@ -13,7 +13,7 @@
|
|||||||
[app.common.spec.change :as spec.change]
|
[app.common.spec.change :as spec.change]
|
||||||
[app.common.spec.file :as spec.file]
|
[app.common.spec.file :as spec.file]
|
||||||
[app.common.uuid :as uuid]
|
[app.common.uuid :as uuid]
|
||||||
[app.config :as cfg]
|
[app.config :as cf]
|
||||||
[app.main.data.dashboard :as dd]
|
[app.main.data.dashboard :as dd]
|
||||||
[app.main.data.events :as ev]
|
[app.main.data.events :as ev]
|
||||||
[app.main.data.fonts :as df]
|
[app.main.data.fonts :as df]
|
||||||
@ -560,10 +560,10 @@
|
|||||||
(fn [{:keys [metadata fill-image]}]
|
(fn [{:keys [metadata fill-image]}]
|
||||||
(cond
|
(cond
|
||||||
(some? metadata)
|
(some? metadata)
|
||||||
[(cfg/resolve-file-media metadata)]
|
[(cf/resolve-file-media metadata)]
|
||||||
|
|
||||||
(some? fill-image)
|
(some? fill-image)
|
||||||
[(cfg/resolve-file-media fill-image)]))
|
[(cf/resolve-file-media fill-image)]))
|
||||||
|
|
||||||
uris (into #{}
|
uris (into #{}
|
||||||
(comp (mapcat extract-urls)
|
(comp (mapcat extract-urls)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user