From c35b89387f484a50d522a45f86e871c6613a52a0 Mon Sep 17 00:00:00 2001 From: MahtabBukhari Date: Mon, 2 Dec 2024 16:31:56 +0500 Subject: [PATCH] stakwork webhook updates to resolve conflict --- handlers/ticket.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handlers/ticket.go b/handlers/ticket.go index 0ac06b267..a9b37d203 100644 --- a/handlers/ticket.go +++ b/handlers/ticket.go @@ -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",