Improve team interface
This commit is contained in:
parent
7f9581f578
commit
6863891ba2
6 changed files with 76 additions and 23 deletions
|
@ -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,
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue