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

fixed compiler warning.

This commit is contained in:
jrmccannon 2025-03-17 09:26:45 -05:00
parent f7893c6039
commit 1620fecc70
No known key found for this signature in database
GPG Key ID: CF03F3DB01CE96A6

View File

@ -199,7 +199,7 @@ public class InviteOrganizationUsersCommand(IEventService eventService,
.Distinct();
await mailService.SendOrganizationMaxSeatLimitReachedEmailAsync(organization,
valid.Value.PasswordManagerSubscriptionUpdate.MaxAutoScaleSeats.Value!, ownerEmails);
valid.Value.PasswordManagerSubscriptionUpdate.MaxAutoScaleSeats!.Value, ownerEmails);
}
catch (Exception ex)
{