Skip to content

Commit

Permalink
Improve logging
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhand committed Oct 22, 2024
1 parent d52cee2 commit 7e0bd06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions functions/taskrouterListeners/transfersListener.private.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ export const handleEvent = async (context: Context<EnvVars>, event: EventFields)
} catch (err) {
console.error(
`Error closing original participant ${taskAttributes.originalParticipantSid} from interaction channel ${taskAttributes.conversationSid}`,
err,
);
}
}
Expand Down

0 comments on commit 7e0bd06

Please sign in to comment.