Skip to content

Commit

Permalink
ch: modify debud data 3
Browse files Browse the repository at this point in the history
  • Loading branch information
acedeywin committed Jun 17, 2024
1 parent 9849c6c commit e9f6a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/channelCapture/chatbotCallback.protected.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export const handler = async (
try {
const { Body, From, ChannelSid, EventType, ParticipantSid, ConversationSid } = event;

console.log('This is event', event);
console.log('This is event', event.ConversationSid, event.ChannelSid, event.EventType);

if (!Body) {
resolve(error400('Body'));
Expand Down

0 comments on commit e9f6a0a

Please sign in to comment.