Skip to content

Commit 0cad145

Browse files
committed
fix default value
1 parent 8660396 commit 0cad145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/components/RepoContributors.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export default {
7272
totalStats: {} as Record<string, any>,
7373
sortedContributors: {} as Record<string, any>,
7474
type: 'commits',
75-
contributorsStats: [] as Record<string, any>,
75+
contributorsStats: {} as Record<string, any>,
7676
xAxisStart: null,
7777
xAxisEnd: null,
7878
xAxisMin: null,

0 commit comments

Comments
 (0)