mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-14 00:47:25 +00:00
Misc
This commit is contained in:
parent
1202298e01
commit
f4425f0e71
1 changed files with 1 additions and 1 deletions
|
@ -1123,7 +1123,7 @@ namespace ArchiSteamFarm {
|
|||
internal static IOrderedDictionary ValidateGamesToRedeemInBackground(IOrderedDictionary gamesToRedeemInBackground) {
|
||||
if ((gamesToRedeemInBackground == null) || (gamesToRedeemInBackground.Count == 0)) {
|
||||
ASF.ArchiLogger.LogNullError(nameof(gamesToRedeemInBackground));
|
||||
return gamesToRedeemInBackground;
|
||||
return null;
|
||||
}
|
||||
|
||||
HashSet<object> invalidKeys = new HashSet<object>();
|
||||
|
|
Loading…
Reference in a new issue