mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Fixed wrong usage of helper function
no issue
This commit is contained in:
parent
5fef535658
commit
f88cebc12c
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ function getFinalChangelog(options) {
|
|||
|
||||
if (filterEmojiCommits) {
|
||||
changelog = localUtils.filterEmojiCommits(changelog);
|
||||
changelog.sortByEmoji();
|
||||
localUtils.sortByEmoji(changelog);
|
||||
}
|
||||
|
||||
if (_.isEmpty(changelog)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue