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