Skip to content

Commit 339068d

Browse files
committed
do not find jc twice
1 parent 81b5573 commit 339068d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/NotificationsSchedulerService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ async function sendInterviewCompletedNotifications () {
339339
continue
340340
}
341341

342-
const data = await getDataForInterview(interview)
342+
const data = await getDataForInterview(interview, jcMap[interview.jobCandidateId])
343343
if (!data) { continue }
344344

345345
sendNotification({}, {

0 commit comments

Comments
 (0)