Skip to content

Commit 1fce5a2

Browse files
authored
Merge pull request #234 from topcoder-platform/dev
Bug Fix - email template for interveiw scheduler
2 parents 8f55b21 + 1d78212 commit 1fce5a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/email_template.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ module.exports = {
9494
* We won't pass subject & body but only substitutions (replacements in template subject/body).
9595
*/
9696
'interview-invitation': {
97+
subject: '',
98+
body: '',
9799
from: config.INTERVIEW_INVITATION_SENDER_EMAIL,
98100
cc: config.INTERVIEW_INVITATION_CC_LIST,
99101
recipients: config.INTERVIEW_INVITATION_RECIPIENTS_LIST,

0 commit comments

Comments
 (0)