We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1506960 commit ef8602cCopy full SHA for ef8602c
1 file changed
script/content-migrations/remove-map-topics.js
@@ -23,7 +23,6 @@ const fullDirectoryPaths = Object.values(languages).map(langObj => path.join(pro
23
const categoryIndexFiles = fullDirectoryPaths.map(fullDirectoryPath => walk(fullDirectoryPath, walkOpts)).flat()
24
.filter(file => categoryFileRegex.test(file))
25
26
-
27
categoryIndexFiles.forEach(categoryIndexFile => {
28
let categoryIndexContent = fs.readFileSync(categoryIndexFile, 'utf8')
29
0 commit comments