From cab9b88d7e2b95bd394b5507ee1bc7b3711d52d1 Mon Sep 17 00:00:00 2001 From: Stephen Hand Date: Mon, 21 Oct 2024 21:21:32 +0100 Subject: [PATCH] Revert setting queue for conversations queue transfer --- functions/transferChatStart.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/functions/transferChatStart.ts b/functions/transferChatStart.ts index b6381d8b..f590eeb6 100644 --- a/functions/transferChatStart.ts +++ b/functions/transferChatStart.ts @@ -329,7 +329,6 @@ export const handler = TokenValidator( properties: { workflow_sid: context.TWILIO_CONVERSATIONS_CHAT_TRANSFER_WORKFLOW_SID, workspace_sid: context.TWILIO_WORKSPACE_SID, - queue_sid: targetSid, attributes: newAttributes, task_channel_unique_name: originalTask.taskChannelUniqueName, },