Fix: Compute HTML result with Rank instead of Point
This commit is contained in:
@@ -35,5 +35,6 @@ namespace LaDOSE.DTO
|
||||
public int Point { get; set; }
|
||||
public int TournamendId { get; set; }
|
||||
public string TournamentUrl { get; set; }
|
||||
public int Rank { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user