mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 02:55:58 +01:00 
			
		
		
		
	ESlint one-var, fix comma-dangle
This commit is contained in:
		| @@ -147,8 +147,8 @@ var middleware; | ||||
| 	}; | ||||
|  | ||||
| 	Plugins.getTemplates = function (callback) { | ||||
| 		var templates = {}, | ||||
| 			tplName; | ||||
| 		var templates = {}; | ||||
| 		var tplName; | ||||
|  | ||||
| 		async.waterfall([ | ||||
| 			async.apply(db.getSortedSetRange, 'plugins:active', 0, -1), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user