1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-01 08:02:49 -05:00

Address Analyzer Warnings (#2078)

* Address potential errors

* Add tests

* Add clarity

* Run formatting
This commit is contained in:
Justin Baur
2022-06-28 12:17:14 -04:00
committed by GitHub
parent 9ff071e926
commit cc21a04801
5 changed files with 141 additions and 4 deletions

View File

@ -139,7 +139,6 @@ namespace Bit.Core.Models.Business
{
public BillingInvoice(Invoice inv)
{
Amount = inv.AmountDue / 100M;
Date = inv.Created;
Url = inv.HostedInvoiceUrl;
PdfUrl = inv.InvoicePdf;