Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
caiocampos authored Nov 2, 2024
1 parent 7a79094 commit 4604ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/home/[language]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const getStaticProps: GetStaticProps<RepositoriesGetStaticProps> =
const termTranslation: TermTranslation = await getTermTranslation(language);
const repositoriesBruteData: MinimalRepository[] = (
await getRepositoriesTranslation(
await GithubServices.getCachedAllUserRepos(configuration.user_login),
await GithubServices.getCachedAllUserRepos(configuration.user_login, configuration.orgs_login),
language
)
).sort(repositoryComparison);
Expand Down

0 comments on commit 4604ab1

Please sign in to comment.