Fix coding style

Change-Id: Ifa944a7eb541b290f54d67eb654b893e71724843
csv_import
Manuel Stahl 5 years ago
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…
Cancel
Save