Skip to content

Commit

Permalink
stakwork webhook updates to resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtabBukhari committed Dec 2, 2024
1 parent 6c589bd commit c35b893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/ticket.go
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ func (th *ticketHandler) PostTicketDataToStakwork(w http.ResponseWriter, r *http
return
}

webhookURL := fmt.Sprintf("%s/bounties/ticket/review/", host)
webhookURL := fmt.Sprintf("%s/bounties/ticket/review", host)

stakworkPayload := map[string]interface{}{
"name": "Hive Ticket Builder",
Expand Down

0 comments on commit c35b893

Please sign in to comment.