Skip to content

Commit

Permalink
chore: allow more languages
Browse files Browse the repository at this point in the history
  • Loading branch information
1466587594 committed Sep 5, 2020
1 parent 853ffc0 commit 93750b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fetchers/top-languages-fetcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ async function fetchTopLanguages(username) {
}, {});

const topLangs = Object.keys(repoNodes)
.slice(0, 5)
.slice(0, 10)
.reduce((result, key) => {
result[key] = repoNodes[key];
return result;
Expand Down

1 comment on commit 93750b3

@vercel
Copy link

@vercel vercel bot commented on 93750b3 Sep 5, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.