1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 07:36:14 -05:00

Revert "update libs"

This reverts commit e7453bc036.
This commit is contained in:
Kyle Spearrin
2018-04-17 08:11:08 -04:00
parent cd327796cb
commit 1fb3fbeacf
5 changed files with 9 additions and 9 deletions

View File

@ -164,7 +164,7 @@ namespace Bit.Core.Models.Business
if(item.Plan != null)
{
Name = item.Plan.Nickname;
Amount = item.Plan.Amount.GetValueOrDefault() / 100M;
Amount = item.Plan.Amount / 100M;
Interval = item.Plan.Interval;
}