This commit is contained in:
Michael Simard
2021-02-26 18:42:05 -06:00
parent f704b85f1e
commit 64f4f89f2d

View File

@@ -590,7 +590,7 @@ struct StatsController: RouteCollection {
group.enter()
queue.async {
overallFourPlayers = self.getAllMatchesByPlayerCount(matches: matches.filter{$0.date > Date(timeIntervalSince1970: 1612159200)}, playerCount: 4)
overallFourPlayers = self.getAllMatchesByPlayerCount(matches: matches, playerCount: 4) //Feb 1 21
group.leave()
}