1
0

fixed lint

This commit is contained in:
konrad
2018-07-16 08:45:38 +02:00
committed by kolaente
parent 7dc4cd2173
commit b11bd9f0b1
3 changed files with 5 additions and 2 deletions

View File

@ -54,6 +54,7 @@ func (TeamMember) TableName() string {
return "team_members"
}
// TeamUser is the team member type
type TeamUser struct {
User `xorm:"extends"`
IsAdmin bool `json:"is_admin"`