Skip to content

Commit

Permalink
74 | Omit hash
Browse files Browse the repository at this point in the history
  • Loading branch information
emmabjj committed Jan 3, 2025
1 parent 0dcc23b commit e4ecf73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/services/evaluator_management_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ def update_name_for_existing_user(user)

first_name, last_name = names
user.update(
first_name: first_name,
last_name: last_name
first_name:,
last_name:
)

{ success: true }
Expand Down

0 comments on commit e4ecf73

Please sign in to comment.