Skip to content

Commit

Permalink
wrong method name
Browse files Browse the repository at this point in the history
  • Loading branch information
jtomchak committed Nov 3, 2023
1 parent c4cce02 commit bdc382a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def set_account
end

def personalized?
PersonalForYou.new.is_personalized(params[:acct])
PersonalForYou.new.personalized_mammoth_user?(params[:acct])
end

def handle_to_account_remote(handle)
Expand Down

0 comments on commit bdc382a

Please sign in to comment.