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,
weight: 100,
})
.catch((x) => {
throw new HttpError(HttpStatusCode.NOT_FOUND, x);
.catch((error) => {
throw new HttpError(HttpStatusCode.NOT_FOUND, "ไม่สามารถสร้างข้อมูลสมรรถนะได้");
});
}
}