Skip to content

Commit 9a9cc1d

Browse files
author
Jicheng Lu
committed
remove token user id
1 parent 2109a68 commit 9a9cc1d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Infrastructure/BotSharp.OpenAPI/Controllers/ConversationController.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ public async Task<ConversationViewModel> NewConversation([FromRoute] string agen
2424
var service = _services.GetRequiredService<IConversationService>();
2525
var sess = new Conversation
2626
{
27-
UserId = _user.Id,
2827
AgentId = agentId
2928
};
3029
sess = await service.NewConversation(sess);

0 commit comments

Comments
 (0)