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 d69f5bb commit d75cc0f
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 @@ -56,7 +56,7 @@ def add(status, _account_id, at_time = Time.now.utc)
end

def query
Query.new(key_prefix, klass)
Query.new(key_prefix, klass).limit(10)
end

def refresh(at_time = Time.now.utc)
Expand Down

0 comments on commit d75cc0f

Please sign in to comment.