Skip to content

Commit 4c51c83

Browse files
committed
Adding new train tag
1 parent 2831f03 commit 4c51c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/importer/src/importers/integrity/completeMissingData.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const HEURISTICS = {
1616
HARD: [11, 10, 9, 8, 7, 12, 6],
1717
CRAZY: [16, 15, 14, 13, 12, 17, 18, 19, 20, 11],
1818
};
19-
const TAGS = ["pro", "new", "ucs", "hidden", "sp", "quest", "another"];
19+
const TAGS = ["pro", "new", "ucs", "hidden", "train", "sp", "quest", "another"];
2020

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

0 commit comments

Comments
 (0)