Skip to content

Commit 9ee4dab

Browse files
committed
fix universal email notification kafka payload
1 parent 1a3c098 commit 9ee4dab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/EmailNotificationService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ async function sendEmail (currentUser, data) {
495495
recipients: _.map(_.uniq([...dataRecipients, ...templateRecipients]), function (r) { return { email: r } }),
496496
cc: _.map(_.uniq([...dataCC, ...templateCC]), function (r) { return { email: r } }),
497497
data: { ...data.data, ...subjectBody },
498-
sendgrid_template_id: template.sendgridTemplateId,
498+
sendgridTemplateId: template.sendgridTemplateId,
499499
version: 'v3'
500500
}
501501
}

0 commit comments

Comments
 (0)