Function optimization

This commit is contained in:
Jadis0x
2023-03-04 23:22:25 +03:00
committed by GitHub
parent 98ed98371e
commit b2ee6eee89

View File

@@ -137,12 +137,7 @@ namespace DevourClient.Helpers
return false;
}
if (nb.IsCrawling())
{
return true;
}
return false;
return nb.IsCrawling();
}
}