unfix my bad fix

This commit is contained in:
CWX
2025-01-13 16:11:22 +00:00
parent d1aea27c5e
commit 86389b137e
@@ -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; }