Increased page limit in contributors api 📈

This commit is contained in:
Manoj Vivek 2020-08-25 22:47:24 +05:30 committed by GitHub
parent 4673946e6d
commit b2622632d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ const populateContributors = () => {
function getContr() {
fetch(
'https://api.github.com/repos/responsively-org/responsively-app/contributors',
'https://api.github.com/repos/responsively-org/responsively-app/contributors?per_page=100',
)
.then((response) => response.text())
.then((text) => JSON.parse(text))