We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64e7268 commit 272bd01Copy full SHA for 272bd01
src/main/java/dmu/dasom/api/domain/applicant/service/ApplicantServiceImpl.java
@@ -93,7 +93,7 @@ public void sendEmailsToApplicants(MailType mailType) {
93
break;
94
case FINAL_RESULT:
95
applicants = applicantRepository.findByStatusIn(
96
- List.of(ApplicantStatus.INTERVIEW_PASSED,
+ List.of(ApplicantStatus.INTERVIEW_FAILED,
97
ApplicantStatus.INTERVIEW_PASSED)
98
);
99
0 commit comments