gitCodeShare.com icon indicating copy to clipboard operation
gitCodeShare.com copied to clipboard

[Suggestion] It seems dangerous that requests api for contributor in this way

Open currybob opened this issue 7 years ago • 0 comments

Our contributor could change their name every moment. But, Like PR #219 , if contributors change their name, API not works properly, because Promise.all returns just reject if any of Promise array rejects result.

2018-11-02 7 42 01

So now we would decide the way it reflects

2018-11-02 9 16 04

I tried this way to avoid "fast-fail-behavior" in Promise.all and it works Please review it at #220 @gimdongwoo @thomasJang @aeei

currybob avatar Nov 02 '18 12:11 currybob