Fixed wrong usage of helper function

no issue
This commit is contained in:
Daniel Lockyer 2020-02-11 10:01:39 +00:00
parent 5fef535658
commit f88cebc12c

View File

@ -22,7 +22,7 @@ function getFinalChangelog(options) {
if (filterEmojiCommits) {
changelog = localUtils.filterEmojiCommits(changelog);
changelog.sortByEmoji();
localUtils.sortByEmoji(changelog);
}
if (_.isEmpty(changelog)) {