From 5479b625a2733d4d7969b681077f831f3d1659cd Mon Sep 17 00:00:00 2001 From: Plenyx <1507236+Plenyx@users.noreply.github.com> Date: Wed, 11 Dec 2024 00:26:56 +0100 Subject: [PATCH] Fix an issue with incorrect permalink being send with Remote server pings Ref. #47 --- RemotePing/PingData.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RemotePing/PingData.cs b/RemotePing/PingData.cs index 5a0c83e..4fda48e 100644 --- a/RemotePing/PingData.cs +++ b/RemotePing/PingData.cs @@ -4,7 +4,7 @@ namespace PlenBotLogUploader.RemotePing { internal class PingData { - [JsonProperty("bossId")] + [JsonProperty("permalink")] internal string Permalink { get; set; } [JsonProperty("bossId")]