Sync master -> dklimpel/connections

This commit is contained in:
Dirk Klimpel 2020-03-30 08:41:05 +02:00 committed by GitHub
commit 70c5f52b1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1331 additions and 947 deletions

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: {

2274
yarn.lock

File diff suppressed because it is too large Load Diff