mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
Forgot to default to null
This commit is contained in:
parent
e24200b873
commit
1efa5c3a04
@ -17,7 +17,7 @@ public class ModFile
|
||||
|
||||
[JsonPropertyName("category_id")] public int CategoryId { get; set; }
|
||||
|
||||
[JsonPropertyName("category_name")] public string? CategoryName { get; set; } = "";
|
||||
[JsonPropertyName("category_name")] public string? CategoryName { get; set; } = null;
|
||||
|
||||
[JsonPropertyName("is_primary")] public bool IsPrimary { get; set; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user