From 43bf66af833d5d2099dba5299077ae3a282fd832 Mon Sep 17 00:00:00 2001 From: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com> Date: Wed, 1 May 2024 02:13:39 -0400 Subject: [PATCH] Update statuses.rb Signed-off-by: Nathan Sparrow <24910097+DismalShadowX@users.noreply.github.com> --- app/models/trends/statuses.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/models/trends/statuses.rb b/app/models/trends/statuses.rb index bd2782a8eac89b..d4bcd97247bed7 100644 --- a/app/models/trends/statuses.rb +++ b/app/models/trends/statuses.rb @@ -79,11 +79,11 @@ def refresh(at_time = Time.now.utc) # Retrieve trending statuses with a limit of 10 trending_statuses = query.limit(10).to_arel.load - # Process the retrieved trending statuses - trending_statuses.each do |status| + # Process the retrieved trending statuses + trending_statuses.each do |status| # Process each status here + end end -end def request_review StatusTrend.pluck('distinct language').flat_map do |language|