mirror of
https://github.com/bitwarden/server
synced 2026-01-07 02:53:38 +00: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