diff --git a/stored_requests/backends/http_fetcher/fetcher.go b/stored_requests/backends/http_fetcher/fetcher.go index c28d782e010..1950f2c3eec 100644 --- a/stored_requests/backends/http_fetcher/fetcher.go +++ b/stored_requests/backends/http_fetcher/fetcher.go @@ -119,7 +119,7 @@ func (fetcher *HttpFetcher) FetchAccounts(ctx context.Context, accountIDs []stri if len(accountIDs) == 0 { return nil, nil } - u := fetcher.EndpointURL + u := *fetcher.EndpointURL q := u.Query() if !fetcher.UseRfcCompliantBuilder { q.Set("account-ids", `["`+strings.Join(accountIDs, `","`)+`"]`)