Browse Source

fix linting

pull/1670/head
Phil Lee 3 years ago committed by Kat
parent
commit
90ec300681
  1. 2
      app/models/forms/bulk_upload_sales_resume/fix_choice.rb

2
app/models/forms/bulk_upload_sales_resume/fix_choice.rb

@ -46,7 +46,7 @@ module Forms
end end
def save! def save!
bulk_upload.update(choice:) if choice == "upload-again" bulk_upload.update!(choice:) if choice == "upload-again"
true true
end end

Loading…
Cancel
Save