Skip to content

Commit ff3bba2

Browse files
committed
broken merge
1 parent d508f4e commit ff3bba2

File tree

1 file changed

+1
-1
lines changed
  • modules/notification/ui

1 file changed

+1
-1
lines changed

modules/notification/ui/ui.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ func (ns *notificationService) NotifyNewIssue(issue *models.Issue) {
7171
}
7272

7373
func (ns *notificationService) NotifyIssueChangeStatus(doer *models.User, issue *models.Issue, actionComment *models.Comment, isClosed bool) {
74-
ns.issueQueue <- issueNotificationOpts{
74+
_ = ns.issueQueue.Push(issueNotificationOpts{
7575
issueID: issue.ID,
7676
notificationAuthorID: doer.ID,
7777
})

0 commit comments

Comments
 (0)