From f704b85f1e16c9e6996a78cd5103a57932145ae0 Mon Sep 17 00:00:00 2001 From: Michael Simard Date: Fri, 26 Feb 2021 18:40:24 -0600 Subject: [PATCH] tweaking --- Sources/App/Controllers/StatsController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/App/Controllers/StatsController.swift b/Sources/App/Controllers/StatsController.swift index db3be4b..7afe41f 100644 --- a/Sources/App/Controllers/StatsController.swift +++ b/Sources/App/Controllers/StatsController.swift @@ -172,7 +172,7 @@ struct StatsController: RouteCollection { return true } else if numberOfPlayers == 4 { - return match.date > Date(timeIntervalSince1970: 1612159200) + return match.date < Date(timeIntervalSince1970: 1612159200) } // February 1 2021 else {