wingbot 3.64.0-alpha.1 → 3.64.0-alpha.2

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.64.0-alpha.1",
3
+ "version": "3.64.0-alpha.2",
4
4
  "description": "Enterprise Messaging Bot Conversation Engine",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -405,7 +405,7 @@ class BuildRouter extends Router {
405
405
  const snapshot = await response.json();
406
406
 
407
407
  if (snapshot && snapshot.compressedBlocks) {
408
- snapshot.blocks = decompress(snapshot.compressedBlocks);
408
+ snapshot.blocks = decompress(snapshot.blocks);
409
409
  }
410
410
 
411
411
  this._validateBlocks(snapshot && snapshot.blocks, 'load');