mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Upgrade to golangci-lint@v1.55.0 (#27756)
https://github.com/golangci/golangci-lint/releases/tag/v1.55.0
This commit is contained in:
		@@ -713,9 +713,8 @@ func DeleteIssueActions(ctx context.Context, repoID, issueID, issueIndex int64)
 | 
			
		||||
			break
 | 
			
		||||
		} else if _, err = db.GetEngine(ctx).In("comment_id", commentIDs).Delete(&Action{}); err != nil {
 | 
			
		||||
			return err
 | 
			
		||||
		} else {
 | 
			
		||||
			lastCommentID = commentIDs[len(commentIDs)-1]
 | 
			
		||||
		}
 | 
			
		||||
		lastCommentID = commentIDs[len(commentIDs)-1]
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	_, err := e.Where("repo_id = ?", repoID).
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user