Skip to content

Commit

Permalink
Remove CheckPledgeStatus on PushBullet
Browse files Browse the repository at this point in the history
  • Loading branch information
C1rdec committed Dec 5, 2024
1 parent b910573 commit 1ce94d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/PoeLurker.UI/ViewModels/PushBulletViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ public int Threshold
/// </summary>
public async void Login()
{
await _service.CheckPledgeStatus();
await _service.Login();
if (_service.Connected)
{
Expand Down

0 comments on commit 1ce94d7

Please sign in to comment.