Skip to content

Commit

Permalink
removed unused line
Browse files Browse the repository at this point in the history
  • Loading branch information
absolutelightning committed Sep 18, 2023
1 parent 1763589 commit f475356
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion agent/catalog_endpoint.go
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ func (s *HTTPHandlers) CatalogServices(resp http.ResponseWriter, req *http.Reque
if done := s.parse(resp, req, &args.Datacenter, &args.QueryOptions); done {
return nil, nil
}
args.Filter = args.QueryOptions.Filter
var out structs.IndexedServices
defer setMeta(resp, &out.QueryMeta)

Expand Down

0 comments on commit f475356

Please sign in to comment.