From 86389b137eb5547f17d4faafca04304209b3df9b Mon Sep 17 00:00:00 2001 From: CWX Date: Mon, 13 Jan 2025 16:11:22 +0000 Subject: [PATCH] unfix my bad fix --- Core/Models/Eft/Common/Tables/CustomisationStorage.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/Models/Eft/Common/Tables/CustomisationStorage.cs b/Core/Models/Eft/Common/Tables/CustomisationStorage.cs index 9ec9df98..122bc7bc 100644 --- a/Core/Models/Eft/Common/Tables/CustomisationStorage.cs +++ b/Core/Models/Eft/Common/Tables/CustomisationStorage.cs @@ -8,7 +8,7 @@ public class CustomisationStorage public string? Id { get; set; } [JsonPropertyName("source")] - public CustomisationSource? Source { get; set; } + public string? Source { get; set; } [JsonPropertyName("type")] public string? Type { get; set; }