mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +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:
		@@ -56,7 +56,7 @@ function call(args, idempotent) {
 | 
			
		||||
            } catch (ex) {
 | 
			
		||||
                blueslip.error(
 | 
			
		||||
                    "Unexpected 403 response from server",
 | 
			
		||||
                    {xhr: xhr.responseText, args: args},
 | 
			
		||||
                    {xhr: xhr.responseText, args},
 | 
			
		||||
                    ex.stack,
 | 
			
		||||
                );
 | 
			
		||||
            }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user