mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-16 02:09:40 +00:00
Bitwarden Security Upgrade (#900)
This commit is contained in:
parent
4f6feae03e
commit
36135a613b
9 changed files with 124 additions and 6 deletions
|
@ -111,6 +111,8 @@ def convert_to_organization(org_model: OrganizationModel) -> Organization:
|
|||
max_steps_per_run=org_model.max_steps_per_run,
|
||||
max_retries_per_step=org_model.max_retries_per_step,
|
||||
domain=org_model.domain,
|
||||
bw_organization_id=org_model.bw_organization_id,
|
||||
bw_collection_ids=org_model.bw_collection_ids,
|
||||
created_at=org_model.created_at,
|
||||
modified_at=org_model.modified_at,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue