Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
fix: remove getting repo private stats
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiejaoude committed Sep 8, 2024
1 parent 3a4e8f7 commit b1bb147
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/github/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default async function getAllRepoData(url, token) {
communityMetrics: (await getCommunityMetricsApi(url, token)).data,
labels: (await getLabelsApi(url, token)).data,
projects: (await getProjectsApi(url, token)).data,
referrers: (await getReferrersApi(url, token)).data,
views: (await getViewsApi(url, token)).data,
// referrers: (await getReferrersApi(url, token)).data,
// views: (await getViewsApi(url, token)).data,
};
}

0 comments on commit b1bb147

Please sign in to comment.