closure errors
This commit is contained in:
@@ -600,9 +600,9 @@ struct StatsController: RouteCollection {
|
|||||||
|
|
||||||
group.wait()
|
group.wait()
|
||||||
|
|
||||||
let mapStats = getMapStats(matches: matches)
|
let mapStats = self.getMapStats(matches: matches)
|
||||||
let bestMap = getBestMap(records: mapStats)
|
let bestMap = self.getBestMap(records: mapStats)
|
||||||
let worstMap = getWorstMap(records: mapStats)
|
let worstMap = self.getWorstMap(records: mapStats)
|
||||||
|
|
||||||
let dashboardItems = [
|
let dashboardItems = [
|
||||||
DashboardItem(title: "Overall", content: overallStats!.record, title2: "Ratio", content2: overallStats!.winLossRatio),
|
DashboardItem(title: "Overall", content: overallStats!.record, title2: "Ratio", content2: overallStats!.winLossRatio),
|
||||||
|
|||||||
Reference in New Issue
Block a user