minor change
This commit is contained in:
parent
9d6a7ba690
commit
ad8b9a35b9
|
|
@ -55,7 +55,7 @@ public class ConversationStateService : IConversationStateService, IDisposable
|
|||
|
||||
_savedStates = _db.GetConversationState(_conversationId);
|
||||
|
||||
if (_savedStates != null)
|
||||
if (!_savedStates.IsNullOrEmpty())
|
||||
{
|
||||
foreach (var data in _savedStates)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue