1
0

updated todo

+ fmt
This commit is contained in:
konrad
2018-07-24 17:47:08 +02:00
parent 26c2ad078f
commit 7dc8699cbd
4 changed files with 9 additions and 9 deletions

View File

@ -10,4 +10,4 @@ func (tl *TeamList) CanCreate(user *User) bool {
func (tl *TeamList) CanDelete(user *User) bool {
l, _ := GetListByID(tl.ListID)
return l.IsAdmin(user)
}
}