removed doubled function ; return object instead of array with one element
This commit is contained in:
@@ -33,7 +33,7 @@ module.exports = {
|
||||
|
||||
updateIntentsJSON: function () {
|
||||
databaseHelper
|
||||
.loadSkill (config.SKILL_DB_ID)
|
||||
.getSkill (config.SKILL_DB_ID)
|
||||
.then (skill => {
|
||||
skill.intents.map (intent => {
|
||||
alexaApp.intent (
|
||||
|
||||
Reference in New Issue
Block a user