Skip to content

Commit

Permalink
Fix creeate lead bug
Browse files Browse the repository at this point in the history
  • Loading branch information
anayib committed Jan 26, 2024
1 parent 4ca407b commit dfaac23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/pages_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ def create_proinnovate_2024_applicant
working: innovate_applicant_params[:working]
}
}

ConvertLoopJob.perform_later(data)
AdminMailer.new_lead("Proinnovate Becas 2024", data[:person][:first_name], data[:person][:last_name], data[:person][:email], data[:person][:country_code],
data[:person][:mobile], "").deliver_later
Expand Down

0 comments on commit dfaac23

Please sign in to comment.