mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-21 14:14:45 +01:00
fixes and adapt
This commit is contained in:
@@ -36,12 +36,6 @@ namespace BTCPayServer.Security.GreenField
|
||||
{
|
||||
queryable = queryable.Where(data => query.UserId.Contains(data.UserId));
|
||||
}
|
||||
|
||||
if (query.ApplicationIdentifier != null && query.ApplicationIdentifier.Any())
|
||||
{
|
||||
queryable = queryable.Where(data =>
|
||||
query.ApplicationIdentifier.Contains(data.ApplicationIdentifier));
|
||||
}
|
||||
}
|
||||
|
||||
return await queryable.ToListAsync();
|
||||
|
||||
Reference in New Issue
Block a user