Further fix

This commit is contained in:
JustArchi
2017-08-21 15:16:55 +02:00
parent 56246d3853
commit f423f35c62
3 changed files with 12 additions and 4 deletions

View File

@@ -114,7 +114,7 @@ namespace ArchiSteamFarm {
return;
}
Dictionary<uint, HashSet<uint>> appIDsToPackageIDs = await bot.GetAppIDsToPackageIDs(missingPackageIDs);
Dictionary<uint, HashSet<uint>> appIDsToPackageIDs = await bot.GetAppIDsToPackageIDs(missingPackageIDs).ConfigureAwait(false);
if ((appIDsToPackageIDs == null) || (appIDsToPackageIDs.Count == 0)) {
return;
}