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

View File

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