mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-06 17:10:13 +00:00
R# cleanup
This commit is contained in:
@@ -66,6 +66,7 @@ namespace ArchiSteamFarm.Helpers {
|
||||
}
|
||||
|
||||
(bool success, T result) = await ResolveFunction().ConfigureAwait(false);
|
||||
|
||||
if (!success) {
|
||||
return (false, InitializedValue);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user