mirror of
https://github.com/penpot/penpot.git
synced 2025-03-11 15:21:18 -05:00
🐛 Fix team image uploading
This commit is contained in:
parent
f370f28ca6
commit
aadd312e39
1 changed files with 1 additions and 1 deletions
|
@ -651,7 +651,7 @@
|
|||
|
||||
(defn update-team-photo
|
||||
[{:keys [::db/pool ::sto/storage] :as cfg} {:keys [profile-id team-id] :as params}]
|
||||
(let [team (get-team pool profile-id team-id)
|
||||
(let [team (get-team cfg :profile-id profile-id :team-id team-id)
|
||||
photo (profile/upload-photo cfg params)]
|
||||
|
||||
(db/with-atomic [conn pool]
|
||||
|
|
Loading…
Add table
Reference in a new issue