diff --git a/GW2EIDPSReport/DPSReportJsons/DPSReportObject.cs b/GW2EIDPSReport/DPSReportJsons/DPSReportReportObject.cs similarity index 87% rename from GW2EIDPSReport/DPSReportJsons/DPSReportObject.cs rename to GW2EIDPSReport/DPSReportJsons/DPSReportReportObject.cs index 150c39d4b9..3ccf7d4c74 100644 --- a/GW2EIDPSReport/DPSReportJsons/DPSReportObject.cs +++ b/GW2EIDPSReport/DPSReportJsons/DPSReportReportObject.cs @@ -3,7 +3,7 @@ namespace GW2EIDPSReport.DPSReportJsons { - public class DPSReportObject + public class DPSReportReportObject { [JsonProperty] public bool Anonymous { get; internal set; } diff --git a/GW2EIDPSReport/DPSReportJsons/DPSReportUploadObject.cs b/GW2EIDPSReport/DPSReportJsons/DPSReportUploadObject.cs index 9a7548aa39..e4d6436485 100644 --- a/GW2EIDPSReport/DPSReportJsons/DPSReportUploadObject.cs +++ b/GW2EIDPSReport/DPSReportJsons/DPSReportUploadObject.cs @@ -36,7 +36,7 @@ public class DPSReportUploadObject [JsonProperty] public Dictionary Players { get; internal set; } [JsonProperty] - public DPSReportObject Report { get; internal set; } + public DPSReportReportObject Report { get; internal set; } [JsonProperty] public string TempApiId { get; internal set; } }