Skip to content

Commit c3c176c

Browse files
fix: remove redundant statuses copy
1 parent 15a888a commit c3c176c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

command/strategy.go

-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ func pairBranchesWithStatuses(input common.Input, client network.Client, issues
231231
statuses[localBranch] = jiraIssue.Fields.Status.Category
232232
}
233233
} else {
234-
statuses := make(map[string]network.IssueStatusCategory)
235234
jiraIssues := make([]network.JiraIssue, len(issues))
236235
values := slices.Collect(maps.Values(issues))
237236
attemptsNeeded := calculateAttempts(size)

0 commit comments

Comments
 (0)