Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-Authored-By: James Chen <james@ashchan.com>
  • Loading branch information
classicalliu and ashchan committed May 16, 2019
1 parent 32104c4 commit a20574e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/api/v2/transactions_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def index
to_matches: params[:to]
}

# FIXME: should be order by block_number and index desc, change block_number to integer
# FIXME: should order by block_number and index desc, change block_number to integer
transactions = Transaction.ransack(options).result.order(updated_at: :desc)

if params[:page].nil? && (!params[:offset].nil? || !params[:limit].nil?)
Expand Down

0 comments on commit a20574e

Please sign in to comment.