mirror of
https://github.com/responsively-org/responsively-app
synced 2024-11-14 16:37:27 +00:00
Increased page limit in contributors api 📈
This commit is contained in:
parent
4673946e6d
commit
b2622632d0
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue