diff --git a/src/Billing/Controllers/StripeController.cs b/src/Billing/Controllers/StripeController.cs index 00125fec11..81372449dd 100644 --- a/src/Billing/Controllers/StripeController.cs +++ b/src/Billing/Controllers/StripeController.cs @@ -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); }