mirror of
				https://github.com/JuanCanham/HackMyResume.git
				synced 2025-10-31 13:17:26 +00:00 
			
		
		
		
	style: remove unnecessary expression
This commit is contained in:
		| @@ -30,7 +30,7 @@ HandlebarsGenerator = module.exports = | ||||
|     try | ||||
|       # Compile and run the Handlebars template. | ||||
|       template = HANDLEBARS.compile tpl, | ||||
|         strict: false, assumeObjects: false, noEscape: data.opts.noescape || false | ||||
|         strict: false, assumeObjects: false, noEscape: data.opts.noescape | ||||
|       return template data | ||||
|     catch | ||||
|       throw | ||||
|   | ||||
		Reference in New Issue
	
	Block a user