johannesstroebele91/GitHub-HR

Fix displaying over 30 repos

johannesstroebele91 opened this issue · 0 comments

In the getUserReposData() of the user.service.ts, the strings need to be concatenatd after per_page=100 with "&" and not with "?".

Helpful was:
https://stackoverflow.com/questions/57090131/faced-main-js1-uncaught-typeerror-intermediate-value-getuser-is-not-a-functi/57090345