Skip to content

Commit 2ff2c30

Browse files
authored
Merge pull request #1061 from Lessen-LLC/Production
2 parents 92542d0 + 73a4076 commit 2ff2c30

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Infrastructure/BotSharp.Core/Routing/RoutingService.InstructLoop.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ public async Task<RoleDialogModel> InstructLoop(Agent agent, RoleDialogModel mes
1616
var storage = _services.GetRequiredService<IConversationStorage>();
1717

1818
_router = agent;
19-
2019
var states = _services.GetRequiredService<IConversationStateService>();
2120
var executor = _services.GetRequiredService<IExecutor>();
2221

0 commit comments

Comments
 (0)