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

Commit b1bb147

Browse files
committed
fix: remove getting repo private stats
1 parent 3a4e8f7 commit b1bb147

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utils/github/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default async function getAllRepoData(url, token) {
1919
communityMetrics: (await getCommunityMetricsApi(url, token)).data,
2020
labels: (await getLabelsApi(url, token)).data,
2121
projects: (await getProjectsApi(url, token)).data,
22-
referrers: (await getReferrersApi(url, token)).data,
23-
views: (await getViewsApi(url, token)).data,
22+
// referrers: (await getReferrersApi(url, token)).data,
23+
// views: (await getViewsApi(url, token)).data,
2424
};
2525
}

0 commit comments

Comments
 (0)