0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-13 10:38:13 -05:00

🐛 Fix wrong spec usage.

This commit is contained in:
Andrey Antukh 2021-03-26 23:38:28 +01:00
parent 18ec8009a1
commit aa866bbe13

View file

@ -235,7 +235,7 @@
(defn update-team-photo
[{:keys [file team-id] :as params}]
(us/assert ::di/js-file file)
(us/assert ::di/file file)
(us/assert ::us/uuid team-id)
(ptk/reify ::update-team-photo
ptk/WatchEvent