Improve team interface

This commit is contained in:
nemunaire 2016-01-24 14:32:46 +01:00
parent 7f9581f578
commit 6863891ba2
6 changed files with 76 additions and 23 deletions

View file

@ -47,7 +47,7 @@ func exportThemes() (interface{}, error) {
}
ret[fmt.Sprintf("%d", theme.Id)] = exportedTheme{
theme.Name,
theme.Authors,
theme.Authors[:len(theme.Authors)-1],
exos,
}
}