Browse Source

refactor: linting

pull/1225/head
natdeanlewissoftwire 2 years ago
parent
commit
ce6f1c7b36
  1. 2
      app/services/imports/purchase_price_ranges_service.rb

2
app/services/imports/purchase_price_ranges_service.rb

@ -17,7 +17,7 @@ module Imports
la: row["la"], la: row["la"],
bedrooms: row["bedrooms"], bedrooms: row["bedrooms"],
soft_min: row["soft_min"], soft_min: row["soft_min"],
soft_max: row["soft_max"], }, soft_max: row["soft_max"] },
unique_by: %i[start_year bedrooms la], unique_by: %i[start_year bedrooms la],
) )
self.count = count + 1 self.count = count + 1

Loading…
Cancel
Save