0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-07 15:39:42 -05:00

💄 Minor cosmetic change on pages-seq helper

This commit is contained in:
Andrey Antukh 2024-01-31 12:56:37 +01:00
parent 733825edfa
commit 7968bffc38

View file

@ -34,7 +34,7 @@
(defn pages-seq
[fdata]
(vals (:pages-index fdata)))
(-> fdata :pages-index vals seq))
(defn update-page
[file-data page-id f]