Skip to content

Commit

Permalink
Fix an issue with incorrect permalink being send with Remote server p…
Browse files Browse the repository at this point in the history
…ings

Ref. #47
  • Loading branch information
Plenyx committed Dec 10, 2024
1 parent c6eba18 commit 5479b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RemotePing/PingData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace PlenBotLogUploader.RemotePing
{
internal class PingData
{
[JsonProperty("bossId")]
[JsonProperty("permalink")]
internal string Permalink { get; set; }

[JsonProperty("bossId")]
Expand Down

0 comments on commit 5479b62

Please sign in to comment.