Skip to content

Commit

Permalink
fix prettier issues
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoPierro committed Oct 4, 2022
1 parent 2f4a1f0 commit a4b2347
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fetchers/top-languages-fetcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ async function fetchTopLanguages(username, exclude_repo = []) {
}

repoNodes.push(...res.data.data.user.repositories.nodes);
hasNextPage = res.data.data.user.repositories.pageInfo.hasNextPage
endCursor = res.data.data.user.repositories.pageInfo.endCursor
hasNextPage = res.data.data.user.repositories.pageInfo.hasNextPage;
endCursor = res.data.data.user.repositories.pageInfo.endCursor;
}

let repoToHide = {};
Expand Down

0 comments on commit a4b2347

Please sign in to comment.