We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cca736 commit 4041ca8Copy full SHA for 4041ca8
src/Infrastructure/BotSharp.Core/Conversations/Services/ConversationService.cs
@@ -54,8 +54,6 @@ public async Task<List<Conversation>> GetConversations()
54
public async Task<Conversation> NewConversation(Conversation sess)
55
{
56
var db = _services.GetRequiredService<IBotSharpRepository>();
57
- var dbSettings = _services.GetRequiredService<BotSharpDatabaseSettings>();
58
- var conversationSettings = _services.GetRequiredService<ConversationSetting>();
59
var user = db.GetUserByExternalId(_user.Id);
60
var foundUserId = user?.Id ?? string.Empty;
61
0 commit comments