mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 08:50:57 -05: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
|
||||
[file]
|
||||
(us/verify ::di/js-file file)
|
||||
(us/verify ::di/blob file)
|
||||
(ptk/reify ::update-photo
|
||||
ptk/WatchEvent
|
||||
(watch [_ state stream]
|
||||
|
|
Loading…
Reference in a new issue