bug fixes
This commit is contained in:
@@ -685,8 +685,7 @@ struct StatsController: RouteCollection {
|
||||
|
||||
let casualOverall = getCasualStats(db: db)
|
||||
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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user