Skip to content

Commit

Permalink
Ensure queue target is correctly set on queue transfers
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhand committed Oct 21, 2024
1 parent dabcb03 commit 485c1a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions functions/transferChatStart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ 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,
},
Expand Down

0 comments on commit 485c1a6

Please sign in to comment.