Browse Source

refactor: lint

pull/1971/head
natdeanlewissoftwire 3 years ago
parent
commit
e9b908bf66
  1. 1
      app/services/bulk_upload/lettings/year2023/row_parser.rb

1
app/services/bulk_upload/lettings/year2023/row_parser.rb

@ -329,7 +329,6 @@ class BulkUpload::Lettings::Year2023::RowParser
},
on: :after_log
validates :field_15,
presence: {
if: proc { [2, 4, 6, 8, 10, 12].include?(field_5) && log_uses_old_scheme_id? },

Loading…
Cancel
Save