Skip to content

Commit

Permalink
Remove wrong path for ack
Browse files Browse the repository at this point in the history
  • Loading branch information
alinz committed Apr 29, 2024
1 parent b06e2bd commit d6f53e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ func (c *Client) Ack(ctx context.Context, consumerId, eventId string) error {
var url strings.Builder

url.WriteString(c.addr)
url.WriteString("/ack?")
url.WriteString("/?")
url.WriteString("event_id=")
url.WriteString(eventId)
url.WriteString("&consumer_id=")
Expand Down

0 comments on commit d6f53e9

Please sign in to comment.