mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-02-17 08:50:58 -05:00
Changed https to http in curation email
This commit is contained in:
parent
e7a70bbd0b
commit
1d5078ad10
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ sendInternalCandidateUpdateReminder = (candidate, cb) ->
|
|||
address: "team@codecombat.com"
|
||||
name: "The CodeCombat Team"
|
||||
email_data:
|
||||
new_candidate_profile: "https://codecombat.com/account/profile/#{candidate._id}"
|
||||
new_candidate_profile: "http://codecombat.com/account/profile/#{candidate._id}"
|
||||
log.info "Sending candidate updated reminder for #{candidate.jobProfile.name}"
|
||||
newSentMail =
|
||||
mailTask: @mailTaskName
|
||||
|
|
Loading…
Reference in a new issue