Skip to content

Commit

Permalink
Update statuses.rb
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Sparrow <[email protected]>
  • Loading branch information
DismalShadowX authored May 1, 2024
1 parent 77d72ca commit 26be52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/trends/statuses.rb
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def refresh(at_time = Time.now.utc)

# Now that all trends have up-to-date scores, and all the ones below the threshold have
# been removed, we can recalculate their positions
query.limit(10).refresh(at_time)
Trends::Statuses.new.refresh(at_time)
end

def request_review
Expand Down

0 comments on commit 26be52f

Please sign in to comment.