Skip to content

Commit

Permalink
Merge pull request stakwork#762 from MuhammadUmer44/feature-add-run-l…
Browse files Browse the repository at this point in the history
…ink-action-to-tickets

Add run-link action support to Ticket interface
  • Loading branch information
humansinstitute authored Dec 13, 2024
2 parents a6b6805 + c54b2d7 commit cb47b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ export interface TicketMessage {
broadcastType: 'pool' | 'direct';
sourceSessionID: string;
message: string;
action: 'process' | 'message';
action: 'process' | 'message' | 'run-link';
ticketDetails: Ticket;
}

Expand Down

0 comments on commit cb47b56

Please sign in to comment.