diff --git a/Core/Models/Eft/Profile/SptProfile.cs b/Core/Models/Eft/Profile/SptProfile.cs index f9b01acb..d6d642fd 100644 --- a/Core/Models/Eft/Profile/SptProfile.cs +++ b/Core/Models/Eft/Profile/SptProfile.cs @@ -49,7 +49,7 @@ public record SptProfile public List? FriendProfileIds { get; set; } [JsonPropertyName("customisationUnlocks")] - public List CustomisationUnlocks { get; set; } + public List? CustomisationUnlocks { get; set; } } public record TraderPurchaseData