mirror of
https://github.com/bitwarden/server
synced 2026-02-23 16:12:57 +00:00
Fix validator using wrong method
This commit is contained in:
@@ -71,7 +71,7 @@ public class OrganizationDataOwnershipPolicyValidator(
|
||||
return;
|
||||
}
|
||||
|
||||
await collectionRepository.UpsertDefaultCollectionsAsync(
|
||||
await collectionRepository.UpsertDefaultCollectionsBulkAsync(
|
||||
policyUpdate.OrganizationId,
|
||||
userOrgIds,
|
||||
defaultCollectionName);
|
||||
|
||||
Reference in New Issue
Block a user