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 aac6ae3 commit 03b6e87Copy full SHA for 03b6e87
src/widget/widget.service.ts
@@ -76,9 +76,9 @@ export class WidgetService {
76
json = {
77
name: github_data.data.user?.name ?? 'n/a',
78
description: process.env.DESCRIPTION,
79
- followers: github_data.data.user?.followers?.totalCount,
80
- total_stars: github_data.data.user?.repositories?.totalCount,
81
github: {
+ followers: github_data.data.user?.followers?.totalCount,
+ total_stars: github_data.data.user?.repositories?.totalCount,
82
top_repos: top_repos,
83
streak: streak ? {
84
current: streak.streak,
0 commit comments