Skip to content

Commit

Permalink
Fixed issue fossasia#75
Browse files Browse the repository at this point in the history
  • Loading branch information
AnupKumarPanwar committed May 11, 2018
1 parent e0518a8 commit 8c495f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [];
Expand Down

0 comments on commit 8c495f3

Please sign in to comment.