Updated accounts_cli

• Updated:
- accounts_cli
This commit is contained in:
mgabdev 2021-01-10 17:46:57 -05:00
parent ca8337b937
commit 8d092d427f

@ -355,7 +355,7 @@ module GabSocial
if options[:number]
target_account = Account.find(acct)
followers = target_account.followers.local.limit(options[:number]).reorder(created_at: :asc)
followers = target_account.followers.local.limit(options[:number])
else
say('Error. Specify a limit', :red)
exit(1)