We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64b0ae1 commit 45da2c1Copy full SHA for 45da2c1
src/index.js
@@ -25,7 +25,7 @@ var FACTS = [
25
26
exports.handler = function(event, context, callback) {
27
var alexa = Alexa.handler(event, context);
28
- alexa.APP_ID = APP_ID;
+ alexa.appId = APP_ID;
29
alexa.registerHandlers(handlers);
30
alexa.execute();
31
};
0 commit comments