no message

This commit is contained in:
Bright 2025-03-19 18:04:43 +07:00
parent 401584c8af
commit 7be8b08c67

View file

@ -236,7 +236,7 @@ export class kpiRoleController extends Controller {
})
.getOne();
if (!kpiPeriod) {
throw new HttpError(HttpStatusCode.NOT_FOUND, "ไม่พบข้อมูลตัวชี้วัดตามตำแหน่งนี้");
throw new HttpError(HttpStatusCode.NOT_FOUND, "ไม่พบข้อมูลตัวชี้วัดตามตำแหน่งในรอบการประเมินนี้");
}
}
Object.assign(kpiRole, requestBody);