Skip to content

Commit

Permalink
Fixed an error in the previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Plenyx committed Feb 22, 2024
1 parent 4149207 commit b678e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DpsReport/ExtraJSON/StatsBarrier.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ namespace PlenBotLogUploader.DpsReport.ExtraJson
internal class StatsBarrier
{
[JsonProperty("outgoingBarrier")]
internal OutgoingBarrier OutgoingBarrier { get; set; }
internal OutgoingBarrier[] OutgoingBarrier { get; set; }
}
}

0 comments on commit b678e61

Please sign in to comment.