This commit is contained in:
nemunaire 2016-01-23 22:22:44 +01:00
parent 2b2b1a893d
commit 890d3e2fdf

View file

@ -35,8 +35,8 @@ func MyJSONTeam(t *Team, started bool) (interface{}, error) {
ret.Id = 0
} else {
ret.Id = t.Id
ret.Points, _ = t.GetPoints()
}
ret.Points, _ = t.GetPoints()
ret.Exercices = map[string]myTeamExercice{}
if exos, err := GetExercices(); err != nil {