fix: wrong contact email in new endpoint
This commit is contained in:
parent
55a61d0df5
commit
6af8490276
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ async def get_user_orgs(user_model: user_model_claims_dependency):
|
|||
"root_user_email": org.root_user_email,
|
||||
"billing_contact": {
|
||||
"id": org.billing_contact_id,
|
||||
"email": org.owner_contact_rel.email,
|
||||
"email": org.billing_contact_rel.email,
|
||||
},
|
||||
"owner_contact": {
|
||||
"id": org.owner_contact_id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue