Skip to content

Commit 5d3c367

Browse files
committed
fix: resolve TS error
1 parent 5a05c6f commit 5d3c367

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

types/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ export interface LanguageStats {
4747
export interface ContributionStats {
4848
total_contributions: number
4949
contributions_this_year: number
50-
longest_streak: int
51-
current_streak: int
50+
longest_streak: number
51+
current_streak: number
5252
contributions_by_month: Array<{ month: string; contributions: number }>
5353
}
5454

0 commit comments

Comments
 (0)