Skip to content

Commit

Permalink
Fix timer specification to automatically close conversations for cust…
Browse files Browse the repository at this point in the history
…om channels
  • Loading branch information
stephenhand committed May 30, 2024
1 parent 59f9276 commit 0656653
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0656653

Please sign in to comment.