remove code

This commit is contained in:
Jicheng Lu 2023-10-25 16:40:36 -05:00
parent 8cca7361b2
commit 4041ca8de7

View file

@ -54,8 +54,6 @@ public partial class ConversationService : IConversationService
public async Task<Conversation> NewConversation(Conversation sess)
{
var db = _services.GetRequiredService<IBotSharpRepository>();
var dbSettings = _services.GetRequiredService<BotSharpDatabaseSettings>();
var conversationSettings = _services.GetRequiredService<ConversationSetting>();
var user = db.GetUserByExternalId(_user.Id);
var foundUserId = user?.Id ?? string.Empty;