0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-10 09:08:31 -05:00

Replace mapv with map on get-frame-ids fn

This commit is contained in:
Andrey Antukh 2023-08-25 11:04:02 +02:00 committed by Andrés Moya
parent 85a1443ada
commit ad73c449fd

View file

@ -132,7 +132,7 @@
([objects] (get-frames-ids objects nil))
([objects options]
(->> (get-frames objects options)
(mapv :id))))
(map :id))))
(defn get-nested-frames
[objects frame-id]