Skip to content

Commit

Permalink
fix(client): Allow queryparams on client delete
Browse files Browse the repository at this point in the history
  • Loading branch information
jdenquin committed Feb 12, 2024
1 parent 93c6b2f commit 1ea1c04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lago.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ func (c *Client) Delete(ctx context.Context, cr *ClientRequest) (interface{}, *E
SetError(&Error{}).
SetResult(cr.Result).
SetBody(cr.Body).
SetQueryParams(cr.QueryParams).
Delete(cr.Path)
if err != nil {
return nil, &Error{Err: err}
Expand Down

0 comments on commit 1ea1c04

Please sign in to comment.