From e3aefdf1292444e700c715a8b6e527b4818f1dc7 Mon Sep 17 00:00:00 2001 From: "DESKTOP-2S5P7D1\\Windows 10" Date: Wed, 4 Dec 2024 22:55:42 +0700 Subject: [PATCH] test noti --- src/controllers/EvaluationController.ts | 1 - 1 file changed, 1 deletion(-) 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;