mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 21:18:13 -05:00
fixed compiler warning.
This commit is contained in:
parent
f7893c6039
commit
1620fecc70
@ -199,7 +199,7 @@ public class InviteOrganizationUsersCommand(IEventService eventService,
|
|||||||
.Distinct();
|
.Distinct();
|
||||||
|
|
||||||
await mailService.SendOrganizationMaxSeatLimitReachedEmailAsync(organization,
|
await mailService.SendOrganizationMaxSeatLimitReachedEmailAsync(organization,
|
||||||
valid.Value.PasswordManagerSubscriptionUpdate.MaxAutoScaleSeats.Value!, ownerEmails);
|
valid.Value.PasswordManagerSubscriptionUpdate.MaxAutoScaleSeats!.Value, ownerEmails);
|
||||||
}
|
}
|
||||||
catch (Exception ex)
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user