Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jtomchak committed Nov 3, 2023
1 parent f2ace5f commit cd995a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/onboarding_account_recommendations_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ def generate_onboarding_account_recommendations
Onboarding::V2::FollowRecommendationCategory.new(
name: category['name'],
# If any of YML accounts are invalid or not found in the database, we'll omit them from the response
# Skip hashtags
items: category['items'].filter_map do |item|
# Skip hashtags
if item['type'] == 'hashtag'
next
elsif item['type'] == 'account'
Expand Down

0 comments on commit cd995a1

Please sign in to comment.