Fix coding style
Change-Id: Ifa944a7eb541b290f54d67eb654b893e71724843
This commit is contained in:
		
							parent
							
								
									7eeb60539f
								
							
						
					
					
						commit
						e4dd013c19
					
				| @ -26,7 +26,9 @@ const resourceMap = { | ||||
|     }), | ||||
|     data: "users", | ||||
|     total: (json, from, perPage) => { | ||||
|       return json.next_token ? parseInt(json.next_token, 10) + perPage : from + json.users.length; | ||||
|       return json.next_token | ||||
|         ? parseInt(json.next_token, 10) + perPage | ||||
|         : from + json.users.length; | ||||
|     }, | ||||
|   }, | ||||
|   rooms: { | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Manuel Stahl
						Manuel Stahl