Skip to content

Commit

Permalink
contributors count
Browse files Browse the repository at this point in the history
  • Loading branch information
karooolis committed Nov 17, 2024
1 parent 4252cbe commit 077b5ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/app/api/contributors/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export async function GET() {
const response = await octokit.request("GET /repos/{owner}/{repo}/contributors", {
owner: "latticexyz",
repo: "mud",
per_page: 1000,
});

const allContributors = response.data;
Expand Down

0 comments on commit 077b5ef

Please sign in to comment.