mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 06:24:24 +01:00
Run dotnet format
This commit is contained in:
@@ -221,7 +221,7 @@ namespace BTCPayServer.Controllers.GreenField
|
||||
if (request is null)
|
||||
return NotFound();
|
||||
|
||||
var network = request?.PaymentMethod is string paymentMethod ?
|
||||
var network = request?.PaymentMethod is string paymentMethod ?
|
||||
this._networkProvider.GetNetwork<BTCPayNetwork>(paymentMethod) : null;
|
||||
if (network is null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user