Skip to content

Commit

Permalink
clarity comparson
Browse files Browse the repository at this point in the history
Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>
  • Loading branch information
6543 and guillep2k authored Nov 7, 2019
1 parent 0d8a7e9 commit 2d8a320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/issue_assignees.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ func MakeIDsFromAPIAssigneesToAdd(oneAssignee string, multipleAssignees []string
}

//if assignee is empty skip
if len(assignee) == 0 {
if assignee == "" {
continue
}
requestAssignees = append(requestAssignees, assignee)
Expand Down

0 comments on commit 2d8a320

Please sign in to comment.