mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Misc
This commit is contained in:
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user