Skip to content

Commit 8858bd2

Browse files
committed
remove redundant env variable
1 parent 5b39bc8 commit 8858bd2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

config/default.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,6 @@ module.exports = {
253253
},
254254
// the sender email
255255
NOTIFICATION_SENDER_EMAIL: process.env.NOTIFICATION_SENDER_EMAIL || '[email protected]',
256-
// the email notification sendgrid template id
257-
NOTIFICATION_SENDGRID_TEMPLATE_ID: process.env.NOTIFICATION_SENDGRID_TEMPLATE_ID,
258256
// the email notification sendgrid template id of candidate was viewed by client
259257
NOTIFICATION_CLIENT_VIEWED_PROFILE_SENDGRID_TEMPLATE_ID: process.env.NOTIFICATION_CLIENT_VIEWED_PROFILE_SENDGRID_TEMPLATE_ID,
260258
// the email notification sendgrid template id of candidates are available for review

0 commit comments

Comments
 (0)