Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pushcx committed Aug 18, 2019
1 parent 12a15de commit 441786e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/users_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def tree
@title = "Users"
newest_user = User.last.id

# pulling 10+ users is significant enough memory pressure this is worthwhile
# pulling 10k+ users is significant enough memory pressure this is worthwhile
attrs = %w{banned_at created_at deleted_at id invited_by_user_id is_admin is_moderator karma
username}

Expand Down

0 comments on commit 441786e

Please sign in to comment.