From c783ee9e74ca1e4103e459313b8eadb185376270 Mon Sep 17 00:00:00 2001 From: Matt Gibson Date: Thu, 18 Nov 2021 08:51:00 -0500 Subject: [PATCH] Remove unused variable --- src/Billing/Controllers/StripeController.cs | 2 -- 1 file changed, 2 deletions(-) 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); }