mirror of
https://github.com/penpot/penpot.git
synced 2025-06-27 04:56:59 +02:00
Merge remote-tracking branch 'origin/staging' into develop
This commit is contained in:
commit
56cf7064f5
16 changed files with 69 additions and 122 deletions
|
@ -757,7 +757,8 @@
|
|||
{::doc/added "1.17"}
|
||||
[{:keys [::db/pool] :as cfg} {:keys [::rpc/profile-id emails role] :as params}]
|
||||
(db/with-atomic [conn pool]
|
||||
(let [team (create-team conn params)
|
||||
(let [params (assoc params :profile-id profile-id)
|
||||
team (create-team conn params)
|
||||
profile (db/get-by-id conn :profile profile-id)
|
||||
cfg (assoc cfg ::conn conn)]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue