🔥 Remove unused d/update-vals function

Already available as clojure.core/update-vals
This commit is contained in:
Andrey Antukh 2022-11-21 15:59:25 +01:00 committed by Andrés Moya
parent ccb7c466bf
commit 1b9dea01e2
9 changed files with 42 additions and 51 deletions

View file

@ -350,7 +350,7 @@
(mapv #(update % :starting-frame resolve)))
guides (-> (get-in page-data [:options :guides])
(d/update-vals #(update % :frame-id resolve)))
(update-vals #(update % :frame-id resolve)))
page-data (-> page-data
(d/assoc-in-when [:options :flows] flows)