Skip to content

Commit

Permalink
FIX: autoSetDifficulty repeating charts
Browse files Browse the repository at this point in the history
  • Loading branch information
afska committed Sep 2, 2020
1 parent 0726ab6 commit ab2a957
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const autoSetDifficulty = (charts, difficultyName) => {
(it) => it.header.difficulty === "NUMERIC"
);
const sortedNumericDifficultyCharts = _.orderBy(
charts,
numericDifficultyCharts,
(it) => it.header.level
);

Expand Down

0 comments on commit ab2a957

Please sign in to comment.