We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07ce8d3 commit ac92920Copy full SHA for ac92920
1 file changed
Src/StackifyLib/Models/LogMsgGroup.cs
@@ -95,7 +95,7 @@ public LogMsg()
95
[JsonProperty]
96
public List<string> Tags { get; set; }
97
98
- [JsonProperty(PropertyName = "order")]
+ [JsonProperty]
99
public int Order { get; set; }
100
101
[JsonIgnore]
0 commit comments