mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-09 13:56:08 +00:00
add organization domain (#220)
This commit is contained in:
parent
550ad65c5d
commit
7f5b77da3a
5 changed files with 43 additions and 0 deletions
|
@ -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,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue