mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05:00
comment on Expiration
This commit is contained in:
@ -71,7 +71,7 @@ namespace Bit.Core.Models.Api
|
||||
new BillingSubscription(subscription.Subscription) : null;
|
||||
UpcomingInvoice = subscription.UpcomingInvoice != null ?
|
||||
new BillingSubscriptionUpcomingInvoice(subscription.UpcomingInvoice) : null;
|
||||
Expiration = DateTime.UtcNow.AddYears(1); // TODO?
|
||||
Expiration = DateTime.UtcNow.AddYears(1); // Not used, so just give it a value.
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user