File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
backend/typescript/services/implementations Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ class ReviewedApplicantRecordService implements IReviewApplicantRecordService {
7474 return record . toJSON ( ) as ReviewedApplicantRecordDTO ;
7575 } catch ( error : unknown ) {
7676 Logger . error (
77- `Failed to bulk create reviewed applicant records. Reason = ${ getErrorMessage (
77+ `Failed to delete reviewed applicant records. Reason = ${ getErrorMessage (
7878 error ,
7979 ) } `,
8080 ) ;
@@ -114,7 +114,7 @@ class ReviewedApplicantRecordService implements IReviewApplicantRecordService {
114114 ) ;
115115 } catch ( error : unknown ) {
116116 Logger . error (
117- `Failed to bulk create reviewed applicant records. Reason = ${ getErrorMessage (
117+ `Failed to bulk delete reviewed applicant records. Reason = ${ getErrorMessage (
118118 error ,
119119 ) } `,
120120 ) ;
You can’t perform that action at this time.
0 commit comments