Sync master -> dklimpel/connections

This commit is contained in:
Dirk Klimpel
2020-03-30 08:41:05 +02:00
committed by GitHub
2 changed files with 1331 additions and 947 deletions
+3 -1
View File
@@ -26,7 +26,9 @@ const resourceMap = {
}), }),
data: "users", data: "users",
total: (json, from, perPage) => { 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: { rooms: {
+1328 -946
View File
File diff suppressed because it is too large Load Diff