Skip to content
This repository has been archived by the owner on Jan 21, 2018. It is now read-only.

Commit

Permalink
FIX: Fix SteamCompanion won parse
Browse files Browse the repository at this point in the history
  • Loading branch information
KriBetko authored and KriBetko committed Jul 4, 2016
1 parent d2b5937 commit 0f00bfd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/KryBot.Core/Sites/SteamCompanion.cs
Expand Up @@ -241,6 +241,10 @@ public async Task<Log> CheckWon()
task.SetResult(null);
}
}
else
{
task.SetResult(null);
}
}
else
{
Expand Down

0 comments on commit 0f00bfd

Please sign in to comment.