remove option to add nulls
This commit is contained in:
@@ -771,7 +771,6 @@ public class Bonus
|
||||
public double? Value { get; set; }
|
||||
|
||||
[JsonPropertyName("icon")]
|
||||
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
|
||||
public string? Icon { get; set; }
|
||||
|
||||
[JsonPropertyName("filter")]
|
||||
|
||||
@@ -11,7 +11,6 @@ public class Item
|
||||
public string? Template { get; set; }
|
||||
|
||||
[JsonPropertyName("parentId")]
|
||||
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
|
||||
public string? ParentId { get; set; }
|
||||
|
||||
[JsonPropertyName("slotId")]
|
||||
|
||||
Reference in New Issue
Block a user