diff --git a/internal/github/model.go b/internal/github/model.go index 0ff4d8fd..5ee54e67 100644 --- a/internal/github/model.go +++ b/internal/github/model.go @@ -27,7 +27,7 @@ type Profile struct { TotalIssues int TotalReviews int TotalContributedTo int - TotalContributions int // lifetime contributions from calendar + restricted + TotalContributionsLastYear int // contributionCalendar.totalContributions + restrictedContributionsCount (last year) // Count of owned repos grouped by primary language, sorted desc by Value. ReposByLanguage []LangStat