Skip to content

Commit

Permalink
console ticket message
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtabBukhari committed Dec 5, 2024
1 parent 1a548f8 commit a5aed92
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/people/widgetViews/PhasePlannerView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ const PhasePlannerView: React.FC = () => {
}

const ticketMessage = data as TicketMessage;

console.log('Ticket Message', ticketMessage);

switch (ticketMessage.action) {
case 'message':
console.log('Received ticket message:', ticketMessage.message);
Expand Down

0 comments on commit a5aed92

Please sign in to comment.