updated todo
+ fmt
This commit is contained in:
@ -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)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user