Skip to content

Commit

Permalink
Minor commenting tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
nfx committed Jun 25, 2020
1 parent 54d6893 commit 1dd443f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/service/users.go
Expand Up @@ -91,7 +91,6 @@ func (a UsersAPI) readByPath(userPath string) (model.User, error) {
return user, err
}


// Update will update the user given the user id, username, display name, entitlements and roles
func (a UsersAPI) Update(userID string, userName string, displayName string, entitlements []string, roles []string) error {
userPath := fmt.Sprintf("/preview/scim/v2/Users/%v", userID)
Expand Down

0 comments on commit 1dd443f

Please sign in to comment.