Skip to content

Commit

Permalink
Update generateIndex.js
Browse files Browse the repository at this point in the history
  • Loading branch information
barnuri authored Dec 5, 2024
1 parent b695434 commit 3454630
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generateIndex.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ async function getRepos(url) {
if (!response.ok) throw new Error("Failed to fetch repositories");
const repos = await response.json();
return repos.map(repo => ({
html_url: repo.html_url,
name: repo.name,
full_name: repo.full_name,
owner: repo.full_name.replace(`/${repo.name}`, ''),
Expand Down

0 comments on commit 3454630

Please sign in to comment.