mirror of
https://github.com/penpot/penpot.git
synced 2025-06-07 08:01:37 +02:00
🐛 Pass correct media-ref object on fixing media ref script
This commit is contained in:
parent
35f44a6eb4
commit
8dbf6adfda
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
(mapcat (fn [object]
|
(mapcat (fn [object]
|
||||||
(->> (cfh/collect-shape-media-refs object)
|
(->> (cfh/collect-shape-media-refs object)
|
||||||
(map (fn [id]
|
(map (fn [id]
|
||||||
{:object-id (:id object)
|
{:shape-id (:id object)
|
||||||
:id id}))))))
|
:id id}))))))
|
||||||
process-page
|
process-page
|
||||||
(fn [result page-id container]
|
(fn [result page-id container]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue