mirror of
https://github.com/penpot/penpot.git
synced 2025-07-31 12:28:38 +02:00
🐛 Fix linter issues
This commit is contained in:
parent
f6134a6bd3
commit
578c561473
2 changed files with 2 additions and 2 deletions
|
@ -258,7 +258,7 @@
|
|||
|
||||
(defmethod migrate 11
|
||||
[data]
|
||||
(letfn [(update-object [objects id shape]
|
||||
(letfn [(update-object [objects _id shape]
|
||||
(if (= :frame (:type shape))
|
||||
(d/update-when shape :shapes (fn [shapes]
|
||||
(filterv (fn [id] (contains? objects id)) shapes)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue