diff --git a/functions/helpers/customChannels/customChannelToFlex.private.ts b/functions/helpers/customChannels/customChannelToFlex.private.ts index 899cf5df..657dc260 100644 --- a/functions/helpers/customChannels/customChannelToFlex.private.ts +++ b/functions/helpers/customChannels/customChannelToFlex.private.ts @@ -19,7 +19,7 @@ import { Context } from '@twilio-labs/serverless-runtime-types/types'; export type ConversationSid = `CH${string}`; export type ChatChannelSid = `CH${string}`; -const CONVERSATION_CLOSE_TIMEOUT = 'PT3D'; +const CONVERSATION_CLOSE_TIMEOUT = 'P3D'; /** * @deprecated