We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51e9271 commit 01304b2Copy full SHA for 01304b2
1 file changed
scripts/benchmark-svg.ts
@@ -29,10 +29,7 @@ const calendar = {
29
totalContributions: 1240,
30
weeks: Array.from({ length: 14 }, (_, weekIndex) => ({
31
contributionDays: Array.from({ length: 7 }, (_, dayIndex) => ({
32
- contributionCount: deterministicContributionCount(
33
- weekIndex,
34
- dayIndex
35
- ),
+ contributionCount: deterministicContributionCount(weekIndex,dayIndex),
36
date: `2026-05-${String(weekIndex * 7 + dayIndex + 1).padStart(2, '0')}`,
37
})),
38
0 commit comments