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 8cd8771 commit b852446
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions functions/transferChatStart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -313,9 +313,7 @@ export const handler = TokenValidator(
console.debug(`${key}:`, value);
});
console.debug('newAttributes:');
Object.entries({
newAttributes,
}).forEach(([key, value]) => {
Object.entries(newAttributes).forEach(([key, value]) => {
console.debug(`${key}:`, value);
});
const invite = await client.flexApi.v1.interaction
Expand Down

0 comments on commit b852446

Please sign in to comment.