Bitwarden Security Upgrade (#900)

This commit is contained in:
Kerem Yilmaz 2024-10-02 15:16:08 -07:00 committed by GitHub
parent 4f6feae03e
commit 36135a613b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 124 additions and 6 deletions

View file

@ -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,
)