summaryrefslogtreecommitdiff
path: root/Project-Unite/Controllers/StatsController.cs
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-05-02 16:18:53 -0400
committerMichael <[email protected]>2017-05-02 16:18:53 -0400
commit642b082c34a95aae82e8e6e86eda8a1fb73a7849 (patch)
tree806c773882fa12f5e4eb917b33193bb2e9cca44e /Project-Unite/Controllers/StatsController.cs
parent733d9992d504715b11314e405a012dca771ee129 (diff)
downloadproject-unite-642b082c34a95aae82e8e6e86eda8a1fb73a7849.tar.gz
project-unite-642b082c34a95aae82e8e6e86eda8a1fb73a7849.tar.bz2
project-unite-642b082c34a95aae82e8e6e86eda8a1fb73a7849.zip
convert page to list
Diffstat (limited to 'Project-Unite/Controllers/StatsController.cs')
-rw-r--r--Project-Unite/Controllers/StatsController.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project-Unite/Controllers/StatsController.cs b/Project-Unite/Controllers/StatsController.cs
index 71d2adc..1306f8e 100644
--- a/Project-Unite/Controllers/StatsController.cs
+++ b/Project-Unite/Controllers/StatsController.cs
@@ -33,7 +33,7 @@ namespace Project_Unite.Controllers
var model = new PongStatsViewModel
{
- Highscores = pages,
+ Highscores = pages.ToList(),
CurrentPage = id,
PageCount = 10
};