1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 00:22:50 -05:00

Remove unused variable

This commit is contained in:
Matt Gibson
2021-11-18 08:51:00 -05:00
parent 297f8071da
commit c783ee9e74

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);
} }