We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8660396 commit 0cad145Copy full SHA for 0cad145
web_src/js/components/RepoContributors.vue
@@ -72,7 +72,7 @@ export default {
72
totalStats: {} as Record<string, any>,
73
sortedContributors: {} as Record<string, any>,
74
type: 'commits',
75
- contributorsStats: [] as Record<string, any>,
+ contributorsStats: {} as Record<string, any>,
76
xAxisStart: null,
77
xAxisEnd: null,
78
xAxisMin: null,
0 commit comments