put back trycatch, seems to work as intended now
This commit is contained in:
@@ -48,9 +48,9 @@ public class BotGenerationCacheService(
|
||||
{
|
||||
if (bots.Count > 0)
|
||||
{
|
||||
return bots.PopFirst();
|
||||
try
|
||||
{
|
||||
return bots.PopFirst();
|
||||
}
|
||||
catch (Exception _)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user