Skip to content

Commit

Permalink
go gen
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasLopes7 committed Sep 5, 2024
1 parent c2a30d1 commit 5548cc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion user/api.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion user/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ func (c *Client) UpdateProfileImage(ctx context.Context, id string, params *Upda
return resource, err
}

// DeleteProfileImage sets or replaces the user's profile image.
// DeleteProfileImage deletes the user's profile image.
func (c *Client) DeleteProfileImage(ctx context.Context, id string) (*clerk.User, error) {
path, err := clerk.JoinPath(path, id, "/profile_image")
if err != nil {
Expand Down

0 comments on commit 5548cc3

Please sign in to comment.