Remove restrictedContributionsCount from GraphQL query and tests (#2799)

This commit is contained in:
Alexandr Garbuzov
2023-06-10 10:40:41 +02:00
committed by GitHub
parent c506eccb8e
commit a775176766
3 changed files with 0 additions and 3 deletions
-1
View File
@@ -33,7 +33,6 @@ const data_stats = {
repositoriesContributedTo: { totalCount: stats.contributedTo },
contributionsCollection: {
totalCommitContributions: stats.totalCommits,
restrictedContributionsCount: 100,
},
pullRequests: { totalCount: stats.totalPRs },
openIssues: { totalCount: stats.totalIssues },