mirror of
https://github.com/penpot/penpot.git
synced 2025-01-23 23:18:48 -05:00
🐛 Fix wrong spec usage.
This commit is contained in:
parent
8cba56b2d5
commit
caf1ef653f
1 changed files with 1 additions and 1 deletions
|
@ -274,7 +274,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
|
||||
|
|
Loading…
Add table
Reference in a new issue