From a3977ac3acd9f0d1b4f02fbcb4f9089beb1d7c37 Mon Sep 17 00:00:00 2001 From: Michael Simard Date: Sat, 9 Jan 2021 13:07:44 -0600 Subject: [PATCH] fixed stats without hyder --- Sources/App/Models/AllStats.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/App/Models/AllStats.swift b/Sources/App/Models/AllStats.swift index f266bdd..4aedf38 100644 --- a/Sources/App/Models/AllStats.swift +++ b/Sources/App/Models/AllStats.swift @@ -59,7 +59,7 @@ final class OverallStats: Content { self.mostRecentRecord = mostRecentRecord self.statsWithHyder = statsWithHyder - self.statsWithoutHyder = statsWithHyder + self.statsWithoutHyder = statsWithoutHyder } }