This commit is contained in:
kolaente 2018-09-17 19:46:31 +02:00
parent 30ce67c38f
commit f93a27d67d
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 2 deletions

View File

@ -20,6 +20,6 @@ func (TeamList) TableName() string {
}
type teamWithRight struct {
Team `xorm:"extends"`
Team `xorm:"extends"`
Right TeamRight `json:"right"`
}
}