From 7ac870b298c9fcec7aa78ca873a3951b15fd5f71 Mon Sep 17 00:00:00 2001 From: CWX Date: Sun, 19 Jan 2025 14:53:23 +0000 Subject: [PATCH] fix type --- Core/Models/Eft/Profile/SptProfile.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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