mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-10 05:48:39 +00:00
Update StatisticsEndpoints.cs
Rolled back my failed attempt to add rooms per platform to the statistics endpoint.
This commit is contained in:
parent
0d5a2ea411
commit
752b88d4d7
1 changed files with 0 additions and 1 deletions
|
@ -36,7 +36,6 @@ public class StatisticsEndpoints : ApiEndpointController
|
|||
Slots = await StatisticsHelper.SlotCount(this.database, new SlotQueryBuilder()),
|
||||
Users = await StatisticsHelper.UserCount(this.database),
|
||||
RecentMatches = await StatisticsHelper.RecentMatches(this.database),
|
||||
RoomsPerPlatform = await StatisticsHelper.RoomCountPerPlatform(this.database),
|
||||
TeamPicks = await StatisticsHelper.SlotCount(this.database, new SlotQueryBuilder().AddFilter(new TeamPickFilter())),
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue