mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05:00
Remove unused variable
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user