fix code
This commit is contained in:
@@ -161,10 +161,6 @@ module.exports = {
|
||||
|
||||
//Defaul Amazon handlers (some of them)
|
||||
|
||||
handlers.NewSession = function () {
|
||||
console.log(this.event.request);
|
||||
};
|
||||
|
||||
handlers['AMAZON.HelpIntent'] = function () {
|
||||
console.log ('Help intent');
|
||||
this.response
|
||||
|
||||
Reference in New Issue
Block a user