mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 14:03:30 +00:00 
			
		
		
		
	eslint: Enable comma-dangle for functions.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							a79322bc94
						
					
				
				
					commit
					e014ea966a
				
			@@ -594,7 +594,7 @@ exports.register_topic_handlers = function () {
 | 
			
		||||
            num_after: 0,
 | 
			
		||||
            narrow: JSON.stringify(
 | 
			
		||||
                [{operator: "stream", operand: current_stream_id},
 | 
			
		||||
                 {operator: "topic", operand: old_topic_name}]
 | 
			
		||||
                 {operator: "topic", operand: old_topic_name}],
 | 
			
		||||
            ),
 | 
			
		||||
        };
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user