This commit is contained in:
ろむねこ 2024-07-18 12:34:23 +09:00
parent 9974e2e444
commit 6b026df416
Signed by: Fujimatsu
GPG Key ID: FA1F39A1BA37D168
2 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import AttributeUtils from './AttributeUtils';
import { ChildListResponse } from './models/Child'; import { ChildListResponse } from './models/Child';
import ChildService from './service/ChildService'; import ChildService from './service/ChildService';
import { MESSAGES } from './const'; import { MESSAGES } from './const';
import TaskCompletedDirective from './apl/taskCompleted' import TaskCompletedDirective from './apl/TaskCompletedDerective'
const LaunchRequestHandler = { const LaunchRequestHandler = {
canHandle(handlerInput: Alexa.HandlerInput) { canHandle(handlerInput: Alexa.HandlerInput) {