Skip to content

Commit

Permalink
fix: fix rubocop warning
Browse files Browse the repository at this point in the history
  • Loading branch information
adambasha0 committed Nov 6, 2024
1 parent 0c7a6b7 commit 485f974
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 @@ -49,7 +49,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 485f974

Please sign in to comment.