Skip to content

Commit 4041ca8

Browse files
author
Jicheng Lu
committed
remove code
1 parent 8cca736 commit 4041ca8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Infrastructure/BotSharp.Core/Conversations/Services/ConversationService.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ public async Task<List<Conversation>> GetConversations()
5454
public async Task<Conversation> NewConversation(Conversation sess)
5555
{
5656
var db = _services.GetRequiredService<IBotSharpRepository>();
57-
var dbSettings = _services.GetRequiredService<BotSharpDatabaseSettings>();
58-
var conversationSettings = _services.GetRequiredService<ConversationSetting>();
5957
var user = db.GetUserByExternalId(_user.Id);
6058
var foundUserId = user?.Id ?? string.Empty;
6159

0 commit comments

Comments
 (0)