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:
parent
f7893c6039
commit
1620fecc70
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user