mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 10:18:38 +00:00
Add golangci (#6418)
This commit is contained in:
@@ -119,7 +119,10 @@ func createOrUpdateIssueNotifications(e Engine, issue *Issue, notificationAuthor
|
||||
}
|
||||
}
|
||||
|
||||
issue.loadRepo(e)
|
||||
err = issue.loadRepo(e)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
for _, watch := range watches {
|
||||
issue.Repo.Units = nil
|
||||
|
Reference in New Issue
Block a user