Skip to content

Commit

Permalink
oi
Browse files Browse the repository at this point in the history
  • Loading branch information
Andcool-Systems committed Dec 21, 2024
1 parent cfa6e5b commit 9314522
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 @@ -86,8 +86,8 @@ export class WidgetService {
} : null,
},
wakatime: {
all_time: wakatime_global?.data?.grand_total?.human_readable_total_including_other_language,
top_langs: top_langs
all_time: wakatime_global?.data?.grand_total?.human_readable_total_including_other_language ?? null,
top_langs: top_langs ?? null
},
weather: weather ? {
temperature: weather.temp,
Expand Down

0 comments on commit 9314522

Please sign in to comment.