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 } }