mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 03:53:50 +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
				
			| @@ -220,7 +220,7 @@ exports.get_title_data = function (user_ids_string, is_group) { | ||||
|         if (bot_owner) { | ||||
|             const bot_owner_name = i18n.t( | ||||
|                 'Owner: __name__', | ||||
|                 {name: bot_owner.full_name} | ||||
|                 {name: bot_owner.full_name}, | ||||
|             ); | ||||
|  | ||||
|             return { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user