Skip to content

Commit

Permalink
refactor(#5): lint
Browse files Browse the repository at this point in the history
  • Loading branch information
iamtomhewitt committed Jun 29, 2020
1 parent 0331fd1 commit c6e4313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/issues.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = {
});
});
success(`Adding ${filteredIssues.length} issues to the release`);
resolve(filteredIssues);
resolve(filteredIssues);
});
}),

Expand Down

0 comments on commit c6e4313

Please sign in to comment.