Format Style Fixes

This commit is contained in:
sp-tarkov-bot
2025-08-21 09:46:00 +00:00
parent d14e7cc155
commit 48b00a2814
260 changed files with 26 additions and 1783 deletions
@@ -5,8 +5,6 @@ namespace SPTarkov.Server.Core.Models.Eft.HttpResponse;
public record GetBodyResponseData<T>
{
[JsonPropertyName("err")]
public BackendErrorCodes? Err { get; set; }
@@ -4,8 +4,6 @@ namespace SPTarkov.Server.Core.Models.Eft.HttpResponse;
public record NullResponseData
{
[JsonPropertyName("err")]
public int? Err { get; set; }