Skip to content

Commit

Permalink
moved followers and total stars into github block
Browse files Browse the repository at this point in the history
  • Loading branch information
Andcool-Systems committed Dec 21, 2024
1 parent aac6ae3 commit 03b6e87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/widget/widget.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ export class WidgetService {
json = {
name: github_data.data.user?.name ?? 'n/a',
description: process.env.DESCRIPTION,
followers: github_data.data.user?.followers?.totalCount,
total_stars: github_data.data.user?.repositories?.totalCount,
github: {
followers: github_data.data.user?.followers?.totalCount,
total_stars: github_data.data.user?.repositories?.totalCount,
top_repos: top_repos,
streak: streak ? {
current: streak.streak,
Expand Down

0 comments on commit 03b6e87

Please sign in to comment.