wingbot 3.50.0 → 3.50.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wingbot",
3
- "version": "3.50.0",
3
+ "version": "3.50.1",
4
4
  "description": "Enterprise Messaging Bot Conversation Engine",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -265,7 +265,7 @@ function onInteractionHandler (
265
265
  req,
266
266
  actions,
267
267
  lastAction,
268
- state,
268
+ // state,
269
269
  // data,
270
270
  skill,
271
271
  events,
@@ -293,7 +293,7 @@ function onInteractionHandler (
293
293
  lang,
294
294
  [pagePathVar]: pagePath,
295
295
  [userAgentVar]: userAgent
296
- } = state;
296
+ } = req.state;
297
297
 
298
298
  const ua = uaParserJs(userAgent);
299
299