This commit is contained in:
rca 2024-07-17 07:54:07 +09:00
parent 7febfbce7a
commit 836c0e77a2

View File

@ -51,7 +51,7 @@ const KidShiftAuthIntentHandler = {
const KidShiftMetaIntentHandler = {
canHandle(handlerInput: Alexa.HandlerInput) {
return Alexa.getRequestType(handlerInput.requestEnvelope) === 'IntentRequest'
&& Alexa.getIntentName(handlerInput.requestEnvelope) === 'KidShiftmetaIntent';
&& Alexa.getIntentName(handlerInput.requestEnvelope) === 'KidShiftMetaIntent';
},
async handle(handlerInput: Alexa.HandlerInput) {
return MetaService.getMeta().then((resp) => {