mirror of
https://github.com/penpot/penpot.git
synced 2025-05-11 14:16:39 +02:00
🔥 Remove unused d/update-vals function
Already available as clojure.core/update-vals
This commit is contained in:
parent
ccb7c466bf
commit
1b9dea01e2
9 changed files with 42 additions and 51 deletions
|
@ -409,7 +409,7 @@
|
|||
"Given the page data, removes the `:thumbnail` prop from all
|
||||
shapes."
|
||||
[page]
|
||||
(update page :objects d/update-vals #(dissoc % :thumbnail)))
|
||||
(update page :objects update-vals #(dissoc % :thumbnail)))
|
||||
|
||||
(defn get-page
|
||||
[conn {:keys [file-id page-id object-id features]}]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue