Skip to content

Commit ef8602c

Browse files
committed
lint
1 parent 1506960 commit ef8602c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

script/content-migrations/remove-map-topics.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ const fullDirectoryPaths = Object.values(languages).map(langObj => path.join(pro
2323
const categoryIndexFiles = fullDirectoryPaths.map(fullDirectoryPath => walk(fullDirectoryPath, walkOpts)).flat()
2424
.filter(file => categoryFileRegex.test(file))
2525

26-
2726
categoryIndexFiles.forEach(categoryIndexFile => {
2827
let categoryIndexContent = fs.readFileSync(categoryIndexFile, 'utf8')
2928

0 commit comments

Comments
 (0)