Merge pull request #158 from iceljc/bugfix/remove-token-user
remove token user id
This commit is contained in:
commit
30dec8f463
|
|
@ -24,7 +24,6 @@ public class ConversationController : ControllerBase, IApiAdapter
|
|||
var service = _services.GetRequiredService<IConversationService>();
|
||||
var sess = new Conversation
|
||||
{
|
||||
UserId = _user.Id,
|
||||
AgentId = agentId
|
||||
};
|
||||
sess = await service.NewConversation(sess);
|
||||
|
|
|
|||
Loading…
Reference in a new issue