Skip to content

Commit

Permalink
Adding new train tag
Browse files Browse the repository at this point in the history
  • Loading branch information
afska committed Sep 2, 2020
1 parent 2831f03 commit 4c51c83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const HEURISTICS = {
HARD: [11, 10, 9, 8, 7, 12, 6],
CRAZY: [16, 15, 14, 13, 12, 17, 18, 19, 20, 11],
};
const TAGS = ["pro", "new", "ucs", "hidden", "sp", "quest", "another"];
const TAGS = ["pro", "new", "ucs", "hidden", "train", "sp", "quest", "another"];

module.exports = (metadata, charts, content, filePath) => {
let isDirty = false;
Expand Down

0 comments on commit 4c51c83

Please sign in to comment.