Skip to content

Commit

Permalink
create lead in background job (#1001)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwvolo authored Oct 21, 2021
1 parent 52f3929 commit e0d27ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/handlers/newflow/educator_signup/complete_profile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def handle
private #################

def create_salesforce_lead
run(CreateSalesforceLead, user: user)
CreateSalesforceLead.perform_later(user: user)
end

def other_role_name
Expand Down

0 comments on commit e0d27ab

Please sign in to comment.