mirror of
https://github.com/penpot/penpot.git
synced 2025-04-16 08:51:32 -05:00
🐛 Fix incorrect assertion on dashboard ns
This commit is contained in:
parent
9cb5df31d1
commit
35969e9f26
1 changed files with 1 additions and 1 deletions
|
@ -881,7 +881,7 @@
|
|||
|
||||
(defn move-files
|
||||
[{:keys [ids project-id] :as params}]
|
||||
(dm/assert! ::sm/set-of-uuid ids)
|
||||
(dm/assert! (sm/set-of-uuid? ids))
|
||||
(dm/assert! (uuid? project-id))
|
||||
(ptk/reify ::move-files
|
||||
IDeref
|
||||
|
|
Loading…
Add table
Reference in a new issue