mirror of
https://github.com/penpot/penpot.git
synced 2026-08-28 07:38:42 +00:00
🐛 Fix wrong spec usage.
This commit is contained in:
parent
18ec8009a1
commit
aa866bbe13
@ -235,7 +235,7 @@
|
|||||||
|
|
||||||
(defn update-team-photo
|
(defn update-team-photo
|
||||||
[{:keys [file team-id] :as params}]
|
[{:keys [file team-id] :as params}]
|
||||||
(us/assert ::di/js-file file)
|
(us/assert ::di/file file)
|
||||||
(us/assert ::us/uuid team-id)
|
(us/assert ::us/uuid team-id)
|
||||||
(ptk/reify ::update-team-photo
|
(ptk/reify ::update-team-photo
|
||||||
ptk/WatchEvent
|
ptk/WatchEvent
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user