Skip to content

Commit

Permalink
Merge pull request stakwork#719 from MahtabBukhari/console-ticket-mes…
Browse files Browse the repository at this point in the history
…sage

Console ticket message
  • Loading branch information
humansinstitute authored Dec 5, 2024
2 parents 1b7a610 + a5aed92 commit 286ff1b
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 286ff1b

Please sign in to comment.