diff --git a/src/controllers/EvaluationController.ts b/src/controllers/EvaluationController.ts index 8f5a94c..4dc97a8 100644 --- a/src/controllers/EvaluationController.ts +++ b/src/controllers/EvaluationController.ts @@ -401,7 +401,6 @@ export class EvaluationController { const before = null; - //Evaluation evaluation.step = "PREPARE_DOC_V1"; evaluation.type = requestBody.type == "EXPERT" ? "EXPERT" : "SPECIAL_EXPERT"; evaluation.fullName = requestBody.fullName;