Skip to content

Commit

Permalink
some more renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
EliphasNUIT committed Jul 29, 2023
1 parent 37c069e commit 4e30dda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace GW2EIDPSReport.DPSReportJsons
{
public class DPSReportObject
public class DPSReportReportObject
{
[JsonProperty]
public bool Anonymous { get; internal set; }
Expand Down
2 changes: 1 addition & 1 deletion GW2EIDPSReport/DPSReportJsons/DPSReportUploadObject.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class DPSReportUploadObject
[JsonProperty]
public Dictionary<string, DPSReportUploadPlayerObject> Players { get; internal set; }
[JsonProperty]
public DPSReportObject Report { get; internal set; }
public DPSReportReportObject Report { get; internal set; }
[JsonProperty]
public string TempApiId { get; internal set; }
}
Expand Down

0 comments on commit 4e30dda

Please sign in to comment.