Skip to content

Commit

Permalink
Initialize GithubServie on start
Browse files Browse the repository at this point in the history
  • Loading branch information
C1rdec committed May 1, 2023
1 parent 048df85 commit 804f1f7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Lurker.UI/ViewModels/ShellViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -682,6 +682,12 @@ private async void Start(int process)
}

this.ShowOverlays(process);

// Initialize Github
var githubService = IoC.Get<GithubService>();
await githubService.Gems();
await githubService.Uniques();

await this.CheckForUpdate();
await this.CheckPledgeStatus();

Expand Down

0 comments on commit 804f1f7

Please sign in to comment.