diff --git a/functions/transferChatStart.ts b/functions/transferChatStart.ts index eb54c3ee..aa61fb39 100644 --- a/functions/transferChatStart.ts +++ b/functions/transferChatStart.ts @@ -312,6 +312,12 @@ export const handler = TokenValidator( }).forEach(([key, value]) => { console.debug(`${key}:`, value); }); + console.debug('newAttributes:'); + Object.entries({ + newAttributes, + }).forEach(([key, value]) => { + console.debug(`${key}:`, value); + }); const invite = await client.flexApi.v1.interaction .get(flexInteractionSid) .channels.get(flexInteractionChannelSid)