mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-21 22:11:48 +01:00
parent
605d04580c
commit
c18f112f31
1 changed files with 1 additions and 1 deletions
|
@ -651,7 +651,7 @@ namespace BTCPayServer.Services.Invoices
|
|||
|
||||
if (queryObject.Status != null && queryObject.Status.Length > 0)
|
||||
{
|
||||
HashSet<string> statusSet = new HashSet<string>();
|
||||
var statusSet = queryObject.Status.ToHashSet();
|
||||
// We make sure here that the old filters still work
|
||||
foreach (var status in queryObject.Status.Select(s => s.ToLowerInvariant()))
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue