Skip to content

Commit f3e5b10

Browse files
committed
fix lint
1 parent 2bcf5ca commit f3e5b10

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

models/notification.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,6 @@ func updateIssueNotification(e Engine, userID, issueID, commentID, updatedByID i
204204

205205
_, err = e.ID(notification.ID).Cols(cols...).Update(notification)
206206
return err
207-
208-
return nil
209207
}
210208

211209
func getIssueNotification(e Engine, userID, issueID int64) (*Notification, error) {

0 commit comments

Comments
 (0)