add organization domain (#220)

This commit is contained in:
Shuchang Zheng 2024-04-23 15:02:56 -07:00 committed by GitHub
parent 550ad65c5d
commit 7f5b77da3a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 43 additions and 0 deletions

View file

@ -105,6 +105,7 @@ def convert_to_organization(org_model: OrganizationModel) -> Organization:
webhook_callback_url=org_model.webhook_callback_url,
max_steps_per_run=org_model.max_steps_per_run,
max_retries_per_step=org_model.max_retries_per_step,
domain=org_model.domain,
created_at=org_model.created_at,
modified_at=org_model.modified_at,
)