1
0
This commit is contained in:
konrad
2018-07-12 22:42:41 +02:00
committed by kolaente
parent 4e503072a8
commit e3b996c383
4 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
package models
// Delete implements the delete method for listItem
func (i *ListItem) Delete(id int64, doer *User) (err error) {
func (i *ListItem) Delete(id int64) (err error) {
// Check if it exists
_, err = GetListItemByID(id)