diff --git a/src/apl/taskCompleted.ts b/src/apl/TaskCompletedDerective.ts similarity index 100% rename from src/apl/taskCompleted.ts rename to src/apl/TaskCompletedDerective.ts diff --git a/src/index.ts b/src/index.ts index 0368a8f..e5af9d1 100644 --- a/src/index.ts +++ b/src/index.ts @@ -10,7 +10,7 @@ import AttributeUtils from './AttributeUtils'; import { ChildListResponse } from './models/Child'; import ChildService from './service/ChildService'; import { MESSAGES } from './const'; -import TaskCompletedDirective from './apl/taskCompleted' +import TaskCompletedDirective from './apl/TaskCompletedDerective' const LaunchRequestHandler = { canHandle(handlerInput: Alexa.HandlerInput) {