mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 20:13:46 +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
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							a79322bc94
						
					
				
				
					commit
					e014ea966a
				
			| @@ -53,7 +53,7 @@ function update_ui_and_send_reaction_ajax(message_id, reaction_info) { | ||||
|     const local_id = exports.get_local_reaction_id(reaction_info); | ||||
|     const has_reacted = exports.current_user_has_reacted_to_emoji( | ||||
|         message, | ||||
|         local_id | ||||
|         local_id, | ||||
|     ); | ||||
|     const operation = has_reacted ? 'remove' : 'add'; | ||||
|     const reaction = create_reaction(message_id, reaction_info); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user