1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 23:52:50 -05:00

Merge branch 'feature/families-for-enterprise' of https://github.com/bitwarden/server into feature/families-for-enterprise

This commit is contained in:
Justin Baur
2021-11-18 08:53:51 -05:00

View File

@ -139,8 +139,6 @@ namespace Bit.Billing.Controllers
// org
if (ids.Item1.HasValue)
{
var newEndPeriod = subscription.CurrentPeriodEnd;
await _organizationService.UpdateExpirationDateAsync(ids.Item1.Value,
subscription.CurrentPeriodEnd);
}