From 98a68d11abc946c521108a08cff4b49ff431a2fc Mon Sep 17 00:00:00 2001 From: Michael Simard Date: Sat, 26 Nov 2022 16:32:10 -0600 Subject: [PATCH] bug fixes --- 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 8892f25..0dd3409 100644 --- a/Sources/App/Controllers/StatsController.swift +++ b/Sources/App/Controllers/StatsController.swift @@ -693,7 +693,7 @@ struct StatsController: RouteCollection { return matches.and(hyderStats).and(statsFor2020).and(statsFor2021).and(casualOverall).and(bocwCasual).and(vgCasual).and(mw2Casual).map { arg -> ([String:Stats]) in - let ((((((matches, hyderStats), statsFor2020), statsFor2021), casualOverall), bocwCasual), vgCasual) = arg + let (((((((matches, hyderStats), statsFor2020), statsFor2021), casualOverall), bocwCasual), vgCasual),mw2Casual) = arg //print ("got matches \(Date().timeIntervalSince(startTime))")