fix delete
This commit is contained in:
parent
72786aeb1d
commit
38b67ebc38
1 changed files with 2 additions and 1 deletions
|
|
@ -2923,7 +2923,8 @@ export class EvaluationController {
|
|||
await this.salaryRepository.delete({ evaluationId: id });
|
||||
await this.trainingRepository.delete({ evaluationId: id });
|
||||
await this.assessmentRepository.delete({ evaluationId: id });
|
||||
await this.evaluationLogsRepository.delete({ evaluationId: id });
|
||||
await this.portfolioRepository.delete({ evaluationId: id });
|
||||
await this.performanceRepository.delete({ evaluationId: id });
|
||||
await this.evaluationLogsRepository.delete({ evaluationId: id });
|
||||
await Promise.all(
|
||||
evaluation.meetings.map((meeting) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue