fix: change variables to match exported names
This commit is contained in:
		
				
					committed by
					
						
						Mrugesh Mohapatra
					
				
			
			
				
	
			
			
			
						parent
						
							5eb33e36e1
						
					
				
				
					commit
					2cae697f65
				
			@@ -10,7 +10,10 @@ const {
 | 
			
		||||
  translateCommentsInChallenge
 | 
			
		||||
} = require('../tools/challenge-md-parser/translation-parser/translation-parser');
 | 
			
		||||
/* 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 { dasherize, nameify } = require('../utils/slugs');
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user