Skip to content

Commit

Permalink
refactor url used in Search (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
brunacamposxx authored Mar 18, 2024
1 parent 5b4eb27 commit 4e788fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/preference/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ func (c *client) Search(ctx context.Context, request SearchRequest) (*SearchResp
requestData := httpclient.RequestData{
QueryParams: queryParams,
Method: http.MethodGet,
URL: urlBase,
URL: urlSearch,
}
result, err := httpclient.DoRequest[*SearchResponsePage](ctx, c.cfg, requestData)
if err != nil {
Expand Down

0 comments on commit 4e788fd

Please sign in to comment.