resove conflicts

This commit is contained in:
Jicheng Lu 2023-09-03 17:53:36 -05:00
parent 0acf60ba08
commit b5c90c02bc

View file

@ -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)