Permalink
Browse files

Optimization.

  • Loading branch information...
1 parent af685f1 commit f44e8fc143e461be528e8e30be4bec43ad074fd6 @primaryobjects committed Oct 21, 2016
Showing with 1 addition and 1 deletion.
  1. +1 −1 dateplanner.js
View
@@ -66,7 +66,7 @@ dateplanner.intent('getNumber',{
}
else {
// User has not provided all info yet.
- res.say("You are inviting " + req.slot('GuestCount') + " guests. What date would you like to book?").shouldEndSession(false);
+ res.say("You are inviting " + req.slot('GuestCount') + " guests. What date would you like to book?");
}
res.shouldEndSession(false);

0 comments on commit f44e8fc

Please sign in to comment.