@ask-utils/core
Advanced tools
+1
-1
@@ -145,3 +145,3 @@ 'use strict'; | ||
| const data = yield handlerInput.attributesManager.getPersistentAttributes(); | ||
| if (!data) | ||
| if (!data || Object.keys(data).length === 0) | ||
| return defaultAttributes; | ||
@@ -148,0 +148,0 @@ return data; |
+2
-2
| { | ||
| "name": "@ask-utils/core", | ||
| "version": "3.3.0", | ||
| "version": "3.3.3", | ||
| "description": "Core helpers for ask-sdk", | ||
@@ -70,3 +70,3 @@ "main": "dist/index.js", | ||
| }, | ||
| "gitHead": "e43aaf0b9ecd433ea06a7cbfebdb723ff8c38d53" | ||
| "gitHead": "d8a556dd8f8fae115e921f489b41b59702de8f22" | ||
| } |
43943
0.08%