Skip to content

Commit

Permalink
[ENHANCEMENT] review comment fix
Browse files Browse the repository at this point in the history
Signed-off-by: Akshay Iyyadurai Balasundaram <akshay.iyyadurai.balasundaram@sap.com>
  • Loading branch information
ibakshay committed Nov 27, 2024
1 parent 0a315a7 commit 3849b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/perses/common/perses_client_factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func (f *PersesClientFactoryWithConfig) CreateClient(perses persesv1alpha1.Perse
}

restClient, err := clientConfig.NewRESTClient(clientConfig.RestConfigClient{
URL: &common.URL{URL: parsedURL.URL},
URL: parsedURL,
})
if err != nil {
return nil, err
Expand Down

0 comments on commit 3849b48

Please sign in to comment.