From 6b026df4165d538291e69f87590fd070624ffb51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=8D=E3=82=80=E3=81=AD=E3=81=93?= Date: Thu, 18 Jul 2024 12:34:23 +0900 Subject: [PATCH] rename --- src/apl/{taskCompleted.ts => TaskCompletedDerective.ts} | 0 src/index.ts | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename src/apl/{taskCompleted.ts => TaskCompletedDerective.ts} (100%) 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) {