mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 23:49:45 -05:00
✨ Ensure vector ids on export debug handler
This commit is contained in:
parent
5e2c1fb4cd
commit
4d55ed4860
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@
|
|||
|
||||
(let [file-ids (->> (:file-ids params)
|
||||
(remove empty?)
|
||||
(map parse-uuid))
|
||||
(mapv parse-uuid))
|
||||
libs? (contains? params :includelibs)
|
||||
clone? (contains? params :clone)
|
||||
embed? (contains? params :embedassets)]
|
||||
|
|
Loading…
Add table
Reference in a new issue