diff options
Diffstat (limited to 'app/finders/users_star_projects_finder.rb')
-rw-r--r-- | app/finders/users_star_projects_finder.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app/finders/users_star_projects_finder.rb b/app/finders/users_star_projects_finder.rb index 49c4e087b4b..7a7587c8631 100644 --- a/app/finders/users_star_projects_finder.rb +++ b/app/finders/users_star_projects_finder.rb @@ -15,9 +15,7 @@ class UsersStarProjectsFinder stars = UsersStarProject.all stars = by_project(stars) stars = by_search(stars) - stars = filter_visible_profiles(stars) - - stars + filter_visible_profiles(stars) end private |