Skip to content

Commit

Permalink
Bug: client.apiProfile is always empty
Browse files Browse the repository at this point in the history
  • Loading branch information
flowchartsman committed Jul 28, 2023
1 parent 97989ac commit c74ba31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func NewClient(config ClientConfig) (Client, error) {

return &pulsarClient{
restClient: rest.NewClient(clientTransport, config.WebServiceURL, Product+`/`+ReleaseVersion),
apiProfile: APIProfile{},
apiProfile: *config.APIProfile,
}, nil
}

Expand Down

0 comments on commit c74ba31

Please sign in to comment.