1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-05 21:18:13 -05:00

Removed comment

This commit is contained in:
jrmccannon 2025-03-17 09:25:28 -05:00
parent 813333e9bb
commit f7893c6039
No known key found for this signature in database
GPG Key ID: CF03F3DB01CE96A6

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