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:
@ -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;
|
||||
|
Reference in New Issue
Block a user