Skip to content

Commit

Permalink
feat: updated to [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
CI Workflow committed May 21, 2024
1 parent 9ec2d43 commit 98cd5f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/v2/assets/publicclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ type PublicClient struct {
Client PublicAssetsClient
}

func NewPublicClient(log Logger, address string, opts ...ClientOption) *Client {
return &Client{
func NewPublicClient(log Logger, address string, opts ...ClientOption) *PublicClient {
return &PublicClient{
g: grpcclient.New(log, "publicassetsv2", address, opts...),
}
}
Expand Down

0 comments on commit 98cd5f1

Please sign in to comment.