Skip to content

Commit 8925dca

Browse files
committed
refactor: add action required to the warm intro
1 parent 4c44adb commit 8925dca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/workers/newNotificationV2Mail.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1141,7 +1141,7 @@ const notificationToTemplateData: Record<NotificationType, TemplateDataFunc> = {
11411141
const recruiter = await recruiterUser?.user;
11421142

11431143
return {
1144-
title: `It's a match!`,
1144+
title: `[Action Required] It's a match!`,
11451145
copy: warmIntro,
11461146
cc: recruiter?.email,
11471147
};

0 commit comments

Comments
 (0)