Added highest win loss ratio
This commit is contained in:
@@ -14,10 +14,12 @@ import Vapor
|
||||
final class AllStats: Content {
|
||||
var overall:Stats
|
||||
var byMonth: [MonthStats]
|
||||
var highestWinLossRatio:String
|
||||
|
||||
init( overall:Stats, byMonth:[MonthStats]) {
|
||||
init( overall:Stats, byMonth:[MonthStats], highestWinLossRatio:String) {
|
||||
self.overall = overall
|
||||
self.byMonth = byMonth
|
||||
self.highestWinLossRatio = highestWinLossRatio
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user