mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	eslint: Expand no-unused-vars check to all function parameters.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							95f8ab1626
						
					
				
				
					commit
					407c16fc77
				
			@@ -19,7 +19,7 @@ run_test("settings", ({override}) => {
 | 
			
		||||
    people.add_active_user({user_id: 5, email: "five@zulip.com", full_name: "Feivel Fiverson"});
 | 
			
		||||
    muted_users.add_muted_user(5, 1577836800);
 | 
			
		||||
    let populate_list_called = false;
 | 
			
		||||
    override(list_widget, "create", ($container, list) => {
 | 
			
		||||
    override(list_widget, "create", (_$container, list) => {
 | 
			
		||||
        assert.deepEqual(list, [
 | 
			
		||||
            {
 | 
			
		||||
                date_muted_str: "Jan 1, 2020",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user