bug fixes

This commit is contained in:
Michael Simard
2022-11-26 16:27:17 -06:00
parent 79f029b769
commit be1d430755

View File

@@ -685,8 +685,7 @@ struct StatsController: RouteCollection {
let casualOverall = getCasualStats(db: db) let casualOverall = getCasualStats(db: db)
let bocwCasual = getCasualStatsForGame(db: db, gameId: "bocw") let bocwCasual = getCasualStatsForGame(db: db, gameId: "bocw")
let mw2Casual = getCasualStatsForGame(db: db, gameId: "mw2") let mw2Casual = getCasualStatsForGame(db: db, gameId: "mw2", afterDate: Date(timeIntervalSince1970: 1635823473))
let vgCasual = getCasualStatsForGame(db: db, gameId: "vg", afterDate: Date(timeIntervalSince1970: 1635823473)) //nov 21 to exlude beta time in sept let vgCasual = getCasualStatsForGame(db: db, gameId: "vg", afterDate: Date(timeIntervalSince1970: 1635823473)) //nov 21 to exlude beta time in sept