fix code
This commit is contained in:
parent
2bb68463be
commit
5e2e13d8e8
9 changed files with 12 additions and 13 deletions
|
|
@ -134,7 +134,7 @@ export class EducationLevelController extends Controller {
|
|||
],
|
||||
});
|
||||
if (!educationLevel) {
|
||||
throw new HttpError(HttpStatusCode.NOT_FOUND, "ไม่พบข้อมูล");
|
||||
throw new HttpError(HttpStatusCode.NOT_FOUND, "ไม่พบข้อมูลระดับการศึกษานี้");
|
||||
}
|
||||
return new HttpSuccess(educationLevel);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue