From 0acd3e20b0b46157a76f87c2646c8fdf94594dba Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Sat, 26 Jan 2019 20:58:15 +0900 Subject: [PATCH] bump --- BTCPayServer/BTCPayServer.csproj | 2 +- BTCPayServer/Services/Invoices/InvoiceRepository.cs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/BTCPayServer/BTCPayServer.csproj b/BTCPayServer/BTCPayServer.csproj index 739ffaff9..d2924e846 100644 --- a/BTCPayServer/BTCPayServer.csproj +++ b/BTCPayServer/BTCPayServer.csproj @@ -2,7 +2,7 @@ Exe netcoreapp2.1 - 1.0.3.45 + 1.0.3.46 NU1701,CA1816,CA1308,CA1810,CA2208 diff --git a/BTCPayServer/Services/Invoices/InvoiceRepository.cs b/BTCPayServer/Services/Invoices/InvoiceRepository.cs index 207fcdaa5..1da114074 100644 --- a/BTCPayServer/Services/Invoices/InvoiceRepository.cs +++ b/BTCPayServer/Services/Invoices/InvoiceRepository.cs @@ -178,7 +178,6 @@ retry: textSearch.Add(invoice.StoreId); AddToTextSearch(invoice.Id, textSearch.ToArray()); - return invoice; }