mirror of
https://github.com/bitwarden/server
synced 2025-12-22 11:13:27 +00:00
update libs
This commit is contained in:
@@ -164,7 +164,7 @@ namespace Bit.Core.Models.Business
|
||||
if(item.Plan != null)
|
||||
{
|
||||
Name = item.Plan.Nickname;
|
||||
Amount = item.Plan.Amount / 100M;
|
||||
Amount = item.Plan.Amount.GetValueOrDefault() / 100M;
|
||||
Interval = item.Plan.Interval;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user