mirror of
https://github.com/bitwarden/server.git
synced 2025-04-06 21:48:12 -05:00
Removed comment
This commit is contained in:
parent
813333e9bb
commit
f7893c6039
@ -105,7 +105,6 @@ public class InviteOrganizationUsersCommand(IEventService eventService,
|
|||||||
|
|
||||||
var organization = await organizationRepository.GetByIdAsync(validatedRequest!.Value.InviteOrganization.OrganizationId);
|
var organization = await organizationRepository.GetByIdAsync(validatedRequest!.Value.InviteOrganization.OrganizationId);
|
||||||
|
|
||||||
// consider separate try catches for adjusting seats
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
await organizationUserRepository.CreateManyAsync(organizationUserCollection);
|
await organizationUserRepository.CreateManyAsync(organizationUserCollection);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user