Skip to content

Commit

Permalink
CPFM-246. Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Casey committed Feb 18, 2021
1 parent 73d74a7 commit 73d6b9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/deimos/utils/db_poller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ def fetch_results(time_from, time_to)
time_to: time_to,
column_name: @config.timestamp_column,
min_id: @info.last_sent_id).
limit(BATCH_SIZE).
order("#{@producer.config[:record_class].table_name}.#{quoted_timestamp}, #{quoted_id}")
limit(BATCH_SIZE).
order("#{@producer.config[:record_class].table_name}.#{quoted_timestamp}, #{quoted_id}")
end

# @param batch [Array<ActiveRecord::Base>]
Expand Down

0 comments on commit 73d6b9d

Please sign in to comment.