Skip to content

Commit c2b9df8

Browse files
fix: increment streak value in getGithubStreak method
1 parent fe3c7fa commit c2b9df8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apis/apis.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ export class APIService {
174174
}
175175

176176
const result = {
177-
streak,
177+
streak: streak + 1,
178178
longest: longestStreak,
179179
total_contributions: totalContributions
180180
};

0 commit comments

Comments
 (0)