diff --git a/src/controllers/EvaluationController.ts b/src/controllers/EvaluationController.ts index 56903db..27bcd20 100644 --- a/src/controllers/EvaluationController.ts +++ b/src/controllers/EvaluationController.ts @@ -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) =>