remove comment failfast
All checks were successful
Build and push image for doorman-homeassistant / diff (push) Successful in 47s
Build and push Doorman UI / API / diff (push) Successful in 7s
Build and push image for doorman-homeassistant / docker (push) Has been skipped
Build and push image for doorman-homeassistant / deploy-gitainer (push) Has been skipped
Build and push Doorman UI / API / twilio (push) Successful in 2m55s

This commit is contained in:
Martin Dimitrov 2025-10-23 15:04:13 -07:00
parent 6ef5b6d289
commit 88bb1d936f

View File

@ -170,7 +170,8 @@ export const handler: ServerlessFunctionSignature<TwilioContext, BuzzerDialEvent
console.log(
invokeId + " UngracefulFallback: Cutting it too close to timeout! Skipping notifying users and responding fallback"
);
twiml.play(XML_FAIL_FAST_CALLBACK_COMMENT);
// TODO: make this actually work
// twiml.play(XML_FAIL_FAST_CALLBACK_COMMENT);
return [null, twiml];
});