fix indent

parent 484d787f
Pipeline #856 failed with stages
in 0 seconds
......@@ -55,10 +55,10 @@ class CSVImporter
salary = row["salary"]
job = Job.find_or_create_by!(title: title_job,
description: description_job,
level: level,
salary: salary,
company_id: company_id)
description: description_job,
level: level,
salary: salary,
company_id: company_id)
industry_name = row["category"]
industries_relationship = Industry.where(name: industry_name)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment