Skip to content

Commit

Permalink
Fix Issue #14 (#15)
Browse files Browse the repository at this point in the history
- Fix Issue #14 typo
  • Loading branch information
shaunmaharaj committed Feb 4, 2019
1 parent dab5185 commit 752a4d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chatbot/app.js
Expand Up @@ -248,7 +248,7 @@ function parseMessageFromUser(sender_psid, messageID) {
}
requestOrdersMessage(sender_psid, orders);
} else {
sendMessageToUser(sender_psid, {'text': 'You do not have any passed orders'}, MAIN_MENU);
sendMessageToUser(sender_psid, {'text': 'You do not have any past orders'}, MAIN_MENU);
}
}).catch(err => {
console.log(err);
Expand Down

0 comments on commit 752a4d5

Please sign in to comment.