Skip to content

Commit

Permalink
fix parameter error
Browse files Browse the repository at this point in the history
  • Loading branch information
whalecold committed Jun 29, 2023
1 parent 858be38 commit 7625f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/client_suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ func NewSuite(service string, cli config_client.IConfigClient,
// Options return a list client.Option
func (s *NacosClientSuite) Options() []client.Option {
opts := make([]client.Option, 0, 5)
opts = append(opts, WithRetryPolicy(s.service, s.nacosClient, s.fns...)...)
opts = append(opts, WithRetryPolicy(s.service, s.nacosClient, s.parser, s.fns...)...)
return opts
}

0 comments on commit 7625f79

Please sign in to comment.