update date sort

This commit is contained in:
mamoss 2025-05-13 14:00:17 +07:00
parent c1e7ee2542
commit 79712aa7bf
4 changed files with 4 additions and 4 deletions

View file

@ -260,7 +260,7 @@ export class ProfileEducationsController extends Controller {
}
const education = await this.profileEducationRepo.find({
select: ["id", "level", "profileId", "isUse"],
// select: ["id", "level", "profileId", "isUse"],
where: { profileId: profileId },
});