Skip to content

Commit 03b6e87

Browse files
moved followers and total stars into github block
1 parent aac6ae3 commit 03b6e87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/widget/widget.service.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ export class WidgetService {
7676
json = {
7777
name: github_data.data.user?.name ?? 'n/a',
7878
description: process.env.DESCRIPTION,
79-
followers: github_data.data.user?.followers?.totalCount,
80-
total_stars: github_data.data.user?.repositories?.totalCount,
8179
github: {
80+
followers: github_data.data.user?.followers?.totalCount,
81+
total_stars: github_data.data.user?.repositories?.totalCount,
8282
top_repos: top_repos,
8383
streak: streak ? {
8484
current: streak.streak,

0 commit comments

Comments
 (0)