mirror of
https://github.com/penpot/penpot.git
synced 2025-06-06 02:11:38 +02:00
🐛 Use proper spec for profile photo upload.
This commit is contained in:
parent
0c30d53d95
commit
afabd179fb
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@
|
||||||
|
|
||||||
(defn update-photo
|
(defn update-photo
|
||||||
[file]
|
[file]
|
||||||
(us/verify ::di/js-file file)
|
(us/verify ::di/blob file)
|
||||||
(ptk/reify ::update-photo
|
(ptk/reify ::update-photo
|
||||||
ptk/WatchEvent
|
ptk/WatchEvent
|
||||||
(watch [_ state stream]
|
(watch [_ state stream]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue