Skip to content

Commit

Permalink
Merge pull request #13829 from opf/fix/remove_unnecessary_variable_reset
Browse files Browse the repository at this point in the history
remove unnecessary variable reset
  • Loading branch information
cbliard authored Oct 2, 2023
2 parents 5ef93d9 + b34cf20 commit f5bd78e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/models/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ def update_password
end

def reload(*args)
@name = nil
@user_allowed_service = nil
@project_role_cache = nil

Expand Down

0 comments on commit f5bd78e

Please sign in to comment.