mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
Remove ^:static meta usage.
This commit is contained in:
parent
d5df7eba3b
commit
65bce97486
18 changed files with 24 additions and 24 deletions
|
@ -22,7 +22,7 @@
|
|||
(persistent!
|
||||
(reduce #(assoc! %1 (getter %2) %2) (transient {}) coll)))
|
||||
|
||||
(def ^:static index-by-id #(index-by % :id))
|
||||
(def index-by-id #(index-by % :id))
|
||||
|
||||
(defn remove-nil-vals
|
||||
"Given a map, return a map removing key-value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue