mirror of
https://github.com/penpot/penpot.git
synced 2025-01-23 06:58:58 -05:00
📎 Change namespace alias naming on persistence ns
This commit is contained in:
parent
9492dd7856
commit
3ab3ea68b4
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue