From b0737efb4ea94d1320394c9986814fd27fe7e52f Mon Sep 17 00:00:00 2001 From: GotPPay Date: Thu, 25 Jan 2018 15:39:48 +0100 Subject: [PATCH] add missing spread operator --- backend/helpers/amazon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/helpers/amazon.js b/backend/helpers/amazon.js index fdb8476..a48cbea 100644 --- a/backend/helpers/amazon.js +++ b/backend/helpers/amazon.js @@ -100,7 +100,7 @@ var generateInteractionModel = function (skill) { slots: [], }); - allIntents.push(builtInIntents); + allIntents.push(...builtInIntents); //Special intent for sending message (Dialog)