resolve conflict
This commit is contained in:
parent
a84f58af78
commit
24be8e7791
|
|
@ -31,7 +31,7 @@ public class Router : IAgentRouting
|
|||
}
|
||||
|
||||
[MemoryCache(10 * 60)]
|
||||
public RoutingRecord[] GetRoutingRecords()
|
||||
public RoutingItem[] GetRoutingRecords()
|
||||
{
|
||||
var db = _services.GetRequiredService<IBotSharpRepository>();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue