Skip to content

Commit ee7b67b

Browse files
committed
lint
1 parent 1aa8099 commit ee7b67b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/get-map-topic-content.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports = function getMapTopicContent (productId, siteTree, currentLangua
1717
}
1818

1919
if (!childArticles) {
20-
console.error(`can\'t find child articles for map topic ${currentPath}`)
20+
console.error(`can't find child articles for map topic ${currentPath}`)
2121
return ''
2222
}
2323

lib/redirects/permalinks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const patterns = require('../patterns')
2-
const { getVersionedPathWithLanguage, getVersionStringFromPath } = require('../path-utils')
2+
const { getVersionedPathWithLanguage } = require('../path-utils')
33
const supportedVersions = new Set(Object.keys(require('../all-versions')))
44
const getOldPathsFromPermalink = require('./get-old-paths-from-permalink')
55

0 commit comments

Comments
 (0)