Skip to content

Commit e33653a

Browse files
committed
Fix checks
1 parent d955803 commit e33653a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/issues/issue_update.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ func NewIssue(ctx context.Context, repo *repo_model.Repository, issue *Issue, la
451451
}
452452

453453
// IncrRepoIssueNumbers increments repository issue numbers.
454-
func IncrRepoIssueNumbers(ctx context.Context, repoID int64, isPull bool, totalOrClosed bool) error {
454+
func IncrRepoIssueNumbers(ctx context.Context, repoID int64, isPull, totalOrClosed bool) error {
455455
dbSession := db.GetEngine(ctx)
456456
var colName string
457457
if totalOrClosed {

0 commit comments

Comments
 (0)