mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
Dotnet reformat
This commit is contained in:
@@ -455,9 +455,9 @@ namespace BTCPayServer.Controllers
|
||||
{
|
||||
IncludeArchived = false,
|
||||
IncludeStoreData = true,
|
||||
Stores = new[] {storeId},
|
||||
Stores = new[] { storeId },
|
||||
PayoutIds = payoutIds,
|
||||
PaymentMethods = new[] {paymentMethodId.ToString()}
|
||||
PaymentMethods = new[] { paymentMethodId.ToString() }
|
||||
}, ctx, cancellationToken);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user