Removed unused modulebehavior struct and interface

This commit is contained in:
Kwoth
2021-12-20 00:18:22 +01:00
parent cd379fd308
commit 345a9e9524
2 changed files with 1 additions and 34 deletions

View File

@@ -224,11 +224,11 @@ public class SearchImageCacher : INService
}
catch (HttpRequestException)
{
return default;
}
if (!success)
return default;
image = QueryLocal(tags, forceExplicit, type, blacklistedTags);
return image;