diff --git a/src/Infrastructure/BotSharp.Core/Routing/Router.cs b/src/Infrastructure/BotSharp.Core/Routing/Router.cs index 9e4e2ccc..d33af929 100644 --- a/src/Infrastructure/BotSharp.Core/Routing/Router.cs +++ b/src/Infrastructure/BotSharp.Core/Routing/Router.cs @@ -31,7 +31,7 @@ public class Router : IAgentRouting } [MemoryCache(10 * 60)] - public RoutingRecord[] GetRoutingRecords() + public RoutingItem[] GetRoutingRecords() { var db = _services.GetRequiredService();