Updated ExtensionData to be nullable
This commit is contained in:
@@ -6,7 +6,7 @@ namespace SPTarkov.Server.Core.Models.Eft.PresetBuild;
|
||||
public record RemoveBuildRequestData : IRequestData
|
||||
{
|
||||
[JsonExtensionData]
|
||||
public Dictionary<string, object> ExtensionData { get; set; }
|
||||
public Dictionary<string, object>? ExtensionData { get; set; }
|
||||
|
||||
[JsonPropertyName("id")]
|
||||
public string? Id { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user