Skip to content

Commit

Permalink
Merge pull request stakwork#2122 from MahtabBukhari/Update_the_ticket…
Browse files Browse the repository at this point in the history
…_message_struct_for

Update the ticket_message struct for Update the ticket interface to allow: action: 'run-link'
  • Loading branch information
elraphty authored Dec 6, 2024
2 parents 7ff1f2d + c7faf1e commit 7b71891
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions db/structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -987,6 +987,8 @@ const (
ProcessAction ActionType = "process"

MessageAction ActionType = "message"

RunLinkAction ActionType = "run-link"
)

type TicketMessage struct {
Expand Down

0 comments on commit 7b71891

Please sign in to comment.