mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-20 07:24:25 +01:00
Run dotnet format (#3244)
This commit is contained in:
@@ -8,10 +8,10 @@ namespace BTCPayServer.Data
|
||||
[MaxLength(50)]
|
||||
public string Id { get; set; }
|
||||
|
||||
[MaxLength(50)]
|
||||
[MaxLength(50)]
|
||||
public string StoreId { get; set; }
|
||||
|
||||
[MaxLength(50)]
|
||||
[MaxLength(50)]
|
||||
public string UserId { get; set; }
|
||||
|
||||
public APIKeyType Type { get; set; } = APIKeyType.Legacy;
|
||||
|
||||
Reference in New Issue
Block a user