Skip to content

Commit

Permalink
broken merge
Browse files Browse the repository at this point in the history
  • Loading branch information
zeripath committed Dec 23, 2019
1 parent d508f4e commit ff3bba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/notification/ui/ui.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func (ns *notificationService) NotifyNewIssue(issue *models.Issue) {
}

func (ns *notificationService) NotifyIssueChangeStatus(doer *models.User, issue *models.Issue, actionComment *models.Comment, isClosed bool) {
ns.issueQueue <- issueNotificationOpts{
_ = ns.issueQueue.Push(issueNotificationOpts{
issueID: issue.ID,
notificationAuthorID: doer.ID,
})
Expand Down

0 comments on commit ff3bba2

Please sign in to comment.