1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-06 10:32:49 -05:00

Removed comment

This commit is contained in:
jrmccannon
2025-03-17 09:25:28 -05:00
parent 813333e9bb
commit f7893c6039

View File

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