Skip to content

Commit 13ed40b

Browse files
author
Jicheng Lu
committed
revert
1 parent 2e45a66 commit 13ed40b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Infrastructure/BotSharp.Core/Routing/RoutingContext.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public void Push(string agentId, string? reason = null, bool updateLazyRouting =
8686
if (!Guid.TryParse(agentId, out _))
8787
{
8888
var agentService = _services.GetRequiredService<IAgentService>();
89-
var agents = agentService.GetAgentOptions([agentId]).Result;
89+
var agents = agentService.GetAgentOptions([agentId], byName: true).Result;
9090

9191
if (agents.Count > 0)
9292
{

0 commit comments

Comments
 (0)