We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6c6caa commit b271128Copy full SHA for b271128
1 file changed
src/utils/github-client.ts
@@ -233,11 +233,11 @@ export class GitHubClient {
233
});
234
235
const calendar = response.user.contributionsCollection.contributionCalendar;
236
-
+
237
return {
238
username,
239
totalContributions: calendar.totalContributions,
240
- weeks: calendar.weeks.map((week: any) =>
+ weeks: calendar.weeks.map((week: any) =>
241
week.contributionDays.map((day: any) => ({
242
date: day.date,
243
count: day.contributionCount,
0 commit comments