mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 11:05:54 +01:00 
			
		
		
		
	ESlint comma-spacing
This commit is contained in:
		| @@ -157,7 +157,7 @@ module.exports = function (db, module) { | ||||
| 			return callback(); | ||||
| 		} | ||||
| 		var pipeline = [ | ||||
| 			{ $match: { _key: { $in: keys } } } , | ||||
| 			{ $match: { _key: { $in: keys } } }, | ||||
| 			{ $group: { _id: {_key: '$_key'}, count: { $sum: 1 } } }, | ||||
| 			{ $project: { _id: 1, count: '$count' } }, | ||||
| 		]; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user