This commit is contained in:
AdisakKanthawilang 2024-02-02 17:38:31 +07:00
parent ca8a150faf
commit 065d0fd7e5
2 changed files with 170 additions and 1 deletions

View file

@ -154,7 +154,6 @@ export class EducationLevelController extends Controller {
*/
@Get()
async listEducationLevel() {
console.log("11111111111111111111111111111");
const educationLevel = await this.educationLevelRepository.find({
select: ["id", "name" ],
});