mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
Removed unused modulebehavior struct and interface
This commit is contained in:
@@ -224,11 +224,11 @@ public class SearchImageCacher : INService
|
||||
}
|
||||
catch (HttpRequestException)
|
||||
{
|
||||
return default;
|
||||
}
|
||||
|
||||
if (!success)
|
||||
return default;
|
||||
|
||||
image = QueryLocal(tags, forceExplicit, type, blacklistedTags);
|
||||
|
||||
return image;
|
||||
|
Reference in New Issue
Block a user