Skip to content

Commit

Permalink
remove unnecessary variable reset
Browse files Browse the repository at this point in the history
The variable assignment was removed in 80192f6
  • Loading branch information
ulferts committed Oct 2, 2023
1 parent 5ef93d9 commit b34cf20
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 b34cf20

Please sign in to comment.