Skip to content

Commit

Permalink
Verboser logging
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhand committed Aug 13, 2024
1 parent 2b58db5 commit 8cd8771
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions functions/transferChatStart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 8cd8771

Please sign in to comment.