0
Fork 0
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:
Andrey Antukh 2023-05-09 14:00:55 +02:00
parent 9cb5df31d1
commit 35969e9f26

View file

@ -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