Skip to content

Commit

Permalink
Merge pull request stakwork#2034 from MahtabBukhari/Stakwork_Webhook_…
Browse files Browse the repository at this point in the history
…Updates_to_resolve_conflict
  • Loading branch information
humansinstitute authored Dec 2, 2024
2 parents 6c589bd + c35b893 commit 8754727
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 8754727

Please sign in to comment.