fix: change variables to match exported names

This commit is contained in:
Randell Dawson
2020-09-17 13:53:59 -07:00
committed by Mrugesh Mohapatra
parent 5eb33e36e1
commit 2cae697f65

View File

@ -10,7 +10,10 @@ const {
translateCommentsInChallenge translateCommentsInChallenge
} = require('../tools/challenge-md-parser/translation-parser/translation-parser'); } = require('../tools/challenge-md-parser/translation-parser/translation-parser');
/* eslint-enable max-len*/ /* eslint-enable max-len*/
const { COMMENT_TRANSLATIONS } = require('./dictionaries/english/comments'); const {
COMMENTS_TO_TRANSLATE,
COMMENTS_TO_NOT_TRANSLATE
} = require('./dictionaries/english/comments');
const { isAuditedCert } = require('../utils/is-audited'); const { isAuditedCert } = require('../utils/is-audited');
const { dasherize, nameify } = require('../utils/slugs'); const { dasherize, nameify } = require('../utils/slugs');