resove conflicts
This commit is contained in:
parent
0acf60ba08
commit
b5c90c02bc
|
|
@ -89,6 +89,11 @@ public class ConversationStateService : IConversationStateService, IDisposable
|
|||
|
||||
public void Save()
|
||||
{
|
||||
if (_conversationId == null)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
var states = new List<KeyValueModel>();
|
||||
|
||||
foreach (var dic in _state)
|
||||
|
|
|
|||
Loading…
Reference in a new issue