1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-01 08:02:49 -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 // org
if (ids.Item1.HasValue) if (ids.Item1.HasValue)
{ {
var newEndPeriod = subscription.CurrentPeriodEnd;
await _organizationService.UpdateExpirationDateAsync(ids.Item1.Value, await _organizationService.UpdateExpirationDateAsync(ids.Item1.Value,
subscription.CurrentPeriodEnd); subscription.CurrentPeriodEnd);
} }