From 8c495f3dacd8dc4ad4c10092490aa64f18c55bd0 Mon Sep 17 00:00:00 2001 From: Anup Kumar Panwar <1anuppanwar@gmail.com> Date: Fri, 11 May 2018 08:40:45 +0530 Subject: [PATCH] Fixed issue #75 --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index c76c293..41717a7 100644 --- a/index.js +++ b/index.js @@ -238,7 +238,7 @@ function requestReply(sender, text){ var colNames = body.answers[0].actions[0].columns; if((body.answers[0].metadata.count)>10) sendTextMessage(sender, "Due to message limit, only some results are shown:", 0); - elsehttps://api.susi.ai/susi/chat.json?q= + else sendTextMessage(sender, "Results are shown below:", 0); var metaCnt = body.answers[0].metadata.count; var arr = [];