mirror of
https://github.com/bitwarden/server.git
synced 2024-11-26 12:55:17 +01:00
comment on Expiration
This commit is contained in:
parent
ad577bafcc
commit
2397c6d862
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user