diff --git a/lambda/index.js b/lambda/index.js index 9584c61..1534e9e 100644 --- a/lambda/index.js +++ b/lambda/index.js @@ -63,16 +63,16 @@ var handlers = { } else { //this.emit(':tell', speechOutput); - var cardString = speechOutput[0][0] + "\n" + speechOutput[1][0] + "\n" + - speechOutput[0][1] + "\n" + speechOutput[1][1] + "\n" + - speechOutput[0][2] + "\n" + speechOutput[1][2] + "\n" + - speechOutput[0][3] + "\n" + speechOutput[1][3] + "\n" + + var cardString = speechOutput[0][0] + "\n" + speechOutput[1][0] + "\n" + "\n" + speechOutput[0][1] + "\n" + speechOutput[1][1] + "\n" + "\n" + speechOutput[0][2] + "\n" + speechOutput[1][2] + "\n" + "\n" + speechOutput[0][3] + "\n" + speechOutput[1][3] + "\n" + "\n" speechOutput[0][4] + "\n" + speechOutput[1][4] + "\n" - var speechString = speechOutput[0][0] + "...." + - speechOutput[0][1] + "...." + - speechOutput[0][2] + "...." + - speechOutput[0][3] + "...." + - speechOutput[0][4] + "...." + var speechString = speechOutput[0][0] + ",,,," + + speechOutput[0][1] + ",,,," + + speechOutput[0][2] + ",,,," + + speechOutput[0][3] + ",,,," + + speechOutput[0][4] + ",,,," this.emit(":tellWithCard", speechString, SKILL_NAME, cardString); //this.emit(':tellWithCard', speechOutput, this.t("SKILL_NAME"), speechOutput+"/n"+speechOutput); } diff --git a/lambda/top-deals.zip b/lambda/top-deals.zip index 8e1e8e7..b89bb19 100644 Binary files a/lambda/top-deals.zip and b/lambda/top-deals.zip differ