mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08: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