Skip to content

Commit

Permalink
Update call to old method
Browse files Browse the repository at this point in the history
  • Loading branch information
eliykat committed Apr 23, 2024
1 parent 92ee63e commit d4912be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ public async Task Put(Guid orgId, Guid id, [FromBody] OrganizationUserUpdateRequ
}

var userId = _userService.GetProperUserId(User);
await _organizationService.SaveUserAsync(model.ToOrganizationUser(organizationUser), userId.Value,
await _updateOrganizationUserCommand.UpdateUserAsync(model.ToOrganizationUser(organizationUser), userId.Value,
model.Collections.Select(c => c.ToSelectionReadOnly()).ToList(), model.Groups);
}

Expand Down

0 comments on commit d4912be

Please sign in to comment.