mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 06:35:49 +03:00
Fixed wrong usage of helper function
no issue
This commit is contained in:
parent
5fef535658
commit
f88cebc12c
@ -22,7 +22,7 @@ function getFinalChangelog(options) {
|
||||
|
||||
if (filterEmojiCommits) {
|
||||
changelog = localUtils.filterEmojiCommits(changelog);
|
||||
changelog.sortByEmoji();
|
||||
localUtils.sortByEmoji(changelog);
|
||||
}
|
||||
|
||||
if (_.isEmpty(changelog)) {
|
||||
|
Loading…
Reference in New Issue
Block a user