Skip to content

Commit

Permalink
fix: fix rubocop warning
Browse files Browse the repository at this point in the history
  • Loading branch information
adambasha0 authored and adambasha0 committed Jan 23, 2025
1 parent 7d6a0f6 commit adc1c66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/import/import_chemicals.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ def self.skip_import?(value, column_header)
end

def self.build_chemical_data(map_column, chemical, key, formated_value)

if map_column.present? && should_process_key(key)
chemical['chemical_data'][0][key] = formated_value
elsif SAFETY_SHEET.include?(key)
Expand Down

0 comments on commit adc1c66

Please sign in to comment.