Skip to content

Commit 45da2c1

Browse files
committed
Changed the LambdaHandler APPI_ID to appId
1 parent 64b0ae1 commit 45da2c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ var FACTS = [
2525

2626
exports.handler = function(event, context, callback) {
2727
var alexa = Alexa.handler(event, context);
28-
alexa.APP_ID = APP_ID;
28+
alexa.appId = APP_ID;
2929
alexa.registerHandlers(handlers);
3030
alexa.execute();
3131
};

0 commit comments

Comments
 (0)