This commit is contained in:
JustArchi
2020-04-18 19:31:13 +02:00
parent 1d92dbe57f
commit ed0e4498b4

View File

@@ -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;