0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-03 21:09:00 -05:00

🚑 Fix tests in develop

Caused of bad merge conflict resolution from mergin
staging to develop.
This commit is contained in:
Andrey Antukh 2022-08-10 09:12:48 +02:00
parent b404246f8a
commit 2211fea976

View file

@ -766,11 +766,11 @@
:v1/files (read-files-section! input files)
:v1/sobjects (do
(read-sobjects-section! input)
(persist-file-media-objects!)))))
(persist-file-media-objects!))))
;; Knowing that the ids of the created files are in
;; index, just lookup them and return it as a set
(into #{} (keep #(get @*index* %)) files)))))))
(into #{} (keep #(get @*index* %)) files))))))))
(defn export!
[cfg]