Skip to content

Commit 190c04c

Browse files
committed
fix: added external action email kaufka type
1 parent c16d06e commit 190c04c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/copilotRequest/approveRequest.service.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ module.exports = (req, data, existingTransaction) => {
6767
req.log.info("Each copilot members", subject);
6868
createEvent(emailEventType, {
6969
data: {
70-
user_name: subject.handle,
70+
userName: subject.handle,
7171
opportunityDetailsUrl: `${copilotPortalUrl}/opportunity/${opportunity.id}`,
7272
},
7373
sendgrid_template_id: "d-3efdc91da580479d810c7acd50a4c17f",

0 commit comments

Comments
 (0)