mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	js: Use ES6 object literal shorthand syntax.
Generated by ESLint. Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
		@@ -198,7 +198,7 @@ exports.parse_narrow = function (hash) {
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        const operand = exports.decode_operand(operator, raw_operand);
 | 
			
		||||
        operators.push({negated: negated, operator: operator, operand: operand});
 | 
			
		||||
        operators.push({negated, operator, operand});
 | 
			
		||||
    }
 | 
			
		||||
    return operators;
 | 
			
		||||
};
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user