mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 22:20:52 +00:00
Misc
This commit is contained in:
@@ -454,7 +454,7 @@ namespace ArchiSteamFarm {
|
||||
}
|
||||
|
||||
internal static async Task<IDocument> StringToHtmlDocument(string html) {
|
||||
if (html == null) {
|
||||
if (string.IsNullOrEmpty(html)) {
|
||||
ASF.ArchiLogger.LogNullError(nameof(html));
|
||||
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user