This commit is contained in:
AdisakKanthawilang 2024-06-19 16:44:14 +07:00
parent aa0270ffe1
commit 41fb5288ce

View file

@ -464,8 +464,8 @@ export class KpiUserEvaluationController extends Controller {
level: levelForGourp, level: levelForGourp,
weight: 100, weight: 100,
}) })
.catch((x) => { .catch((error) => {
throw new HttpError(HttpStatusCode.NOT_FOUND, x); throw new HttpError(HttpStatusCode.NOT_FOUND, "ไม่สามารถสร้างข้อมูลสมรรถนะได้");
}); });
} }
} }