remove code
This commit is contained in:
parent
8cca7361b2
commit
4041ca8de7
|
|
@ -54,8 +54,6 @@ public partial class ConversationService : IConversationService
|
||||||
public async Task<Conversation> NewConversation(Conversation sess)
|
public async Task<Conversation> NewConversation(Conversation sess)
|
||||||
{
|
{
|
||||||
var db = _services.GetRequiredService<IBotSharpRepository>();
|
var db = _services.GetRequiredService<IBotSharpRepository>();
|
||||||
var dbSettings = _services.GetRequiredService<BotSharpDatabaseSettings>();
|
|
||||||
var conversationSettings = _services.GetRequiredService<ConversationSetting>();
|
|
||||||
var user = db.GetUserByExternalId(_user.Id);
|
var user = db.GetUserByExternalId(_user.Id);
|
||||||
var foundUserId = user?.Id ?? string.Empty;
|
var foundUserId = user?.Id ?? string.Empty;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue