diff --git a/src/Infrastructure/BotSharp.Core/Conversations/Services/ConversationService.cs b/src/Infrastructure/BotSharp.Core/Conversations/Services/ConversationService.cs index c8277500..dc98d440 100644 --- a/src/Infrastructure/BotSharp.Core/Conversations/Services/ConversationService.cs +++ b/src/Infrastructure/BotSharp.Core/Conversations/Services/ConversationService.cs @@ -201,8 +201,6 @@ public partial class ConversationService : IConversationService }; converation = await NewConversation(sess); } - - _conversationId = converation.Id; return converation; }