mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-18 22:44:29 +01:00
Run dotnet format (#3244)
This commit is contained in:
@@ -61,7 +61,7 @@ namespace BTCPayServer.Models.StoreViewModels
|
||||
[MaxLength(64)]
|
||||
public string Secret { get; set; }
|
||||
|
||||
public List<DeliveryViewModel> Deliveries { get; set; } = new List<DeliveryViewModel>();
|
||||
public List<DeliveryViewModel> Deliveries { get; set; } = new List<DeliveryViewModel>();
|
||||
|
||||
public WebhookBlob CreateBlob()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user