This commit is contained in:
Ilya Kantor 2019-08-09 23:03:18 +03:00
parent e82885055b
commit 207fbe848f
3 changed files with 51 additions and 40 deletions

View file

@ -8,5 +8,6 @@ There's a test example in the sandbox.
Important details:
1. There should be one `fetch` request per user. And requests shouldn't wait for each other. So that the data arrives as soon as possible.
2. If any request fails, or if there's no such user, the function should return `null` in the resulting array.
1. There should be one `fetch` request per user.
2. Requests shouldn't wait for each other. So that the data arrives as soon as possible.
3. If any request fails, or if there's no such user, the function should return `null` in the resulting array.