feat: delete unused code
This commit is contained in:
parent
7c42c6462a
commit
180bdf07b4
|
|
@ -46,8 +46,6 @@ namespace BotSharp.Core.AgentStorage
|
|||
|
||||
public async Task<TAgent> FetchByName(string agentName)
|
||||
{
|
||||
var agents = new List<TAgent>();
|
||||
|
||||
var keys = csredis.Keys($"{prefix}*");
|
||||
foreach (string key in keys)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue