Closed Naktibalda closed 7 years ago
Before this patch updateContext ignored other fields in storage and assigned properties of previous context as top level properties in storage.
Earlier attempt to fix storage: #7 TypeError: Converting circular structure to JSON: https://github.com/watson-developer-cloud/botkit-middleware/issues/71#issuecomment-312506143
TypeError: Converting circular structure to JSON
I fixed this issue because circular structure error started happening in my project again.
Thanks
Before this patch updateContext ignored other fields in storage and assigned properties of previous context as top level properties in storage.
Earlier attempt to fix storage: #7
TypeError: Converting circular structure to JSON
: https://github.com/watson-developer-cloud/botkit-middleware/issues/71#issuecomment-312506143I fixed this issue because circular structure error started happening in my project again.