Skip to content

Commit ac92920

Browse files
authored
Removing Name Override
1 parent 07ce8d3 commit ac92920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/StackifyLib/Models/LogMsgGroup.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ public LogMsg()
9595
[JsonProperty]
9696
public List<string> Tags { get; set; }
9797

98-
[JsonProperty(PropertyName = "order")]
98+
[JsonProperty]
9999
public int Order { get; set; }
100100

101101
[JsonIgnore]

0 commit comments

Comments
 (0)