Format Style Fixes
This commit is contained in:
@@ -5,8 +5,6 @@ namespace SPTarkov.Server.Core.Models.Eft.Notifier;
|
||||
|
||||
public record NotifierChannel
|
||||
{
|
||||
|
||||
|
||||
[JsonPropertyName("server")]
|
||||
public string? Server { get; set; }
|
||||
|
||||
|
||||
@@ -4,8 +4,6 @@ namespace SPTarkov.Server.Core.Models.Eft.Notifier;
|
||||
|
||||
public record SelectProfileResponse
|
||||
{
|
||||
|
||||
|
||||
[JsonPropertyName("status")]
|
||||
public string? Status { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user