Skip to content

Commit

Permalink
Order onboarding tags by hotness (forem#21151)
Browse files Browse the repository at this point in the history
  • Loading branch information
benhalpern authored Jun 18, 2024
1 parent b94ae04 commit 0c1070b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/queries/tags/suggested_for_onboarding.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def call
private

def suggested_tags
@suggested_tags ||= Tag.suggested_for_onboarding
@suggested_tags ||= Tag.suggested_for_onboarding.order("hotness_score DESC")
end

def suggested_for_onboarding_or_supported
Expand Down

0 comments on commit 0c1070b

Please sign in to comment.