mirror of
https://github.com/penpot/penpot.git
synced 2025-02-10 17:18:21 -05:00
🚑 Fix tests in develop
Caused of bad merge conflict resolution from mergin staging to develop.
This commit is contained in:
parent
b404246f8a
commit
2211fea976
1 changed files with 2 additions and 2 deletions
|
@ -766,11 +766,11 @@
|
||||||
:v1/files (read-files-section! input files)
|
:v1/files (read-files-section! input files)
|
||||||
:v1/sobjects (do
|
:v1/sobjects (do
|
||||||
(read-sobjects-section! input)
|
(read-sobjects-section! input)
|
||||||
(persist-file-media-objects!)))))
|
(persist-file-media-objects!))))
|
||||||
|
|
||||||
;; Knowing that the ids of the created files are in
|
;; Knowing that the ids of the created files are in
|
||||||
;; index, just lookup them and return it as a set
|
;; index, just lookup them and return it as a set
|
||||||
(into #{} (keep #(get @*index* %)) files)))))))
|
(into #{} (keep #(get @*index* %)) files))))))))
|
||||||
|
|
||||||
(defn export!
|
(defn export!
|
||||||
[cfg]
|
[cfg]
|
||||||
|
|
Loading…
Add table
Reference in a new issue