Skip to content

Commit

Permalink
Update contributors-data.js
Browse files Browse the repository at this point in the history
  • Loading branch information
t-will-gillis authored Nov 22, 2023
1 parent 118cd54 commit 533193c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ async function fetchContributors(){
})
console.log("If you are seeing this, 'Member Contributions' should be next:");
console.log(api)
// console.log(contributors.data);
console.log(contributors.data);

// If the API call returns an empty array, break out of loop- there is no additional data.
// Else if data is returned, push it to `result` and increase the page number (`pageNum`)
Expand Down

0 comments on commit 533193c

Please sign in to comment.