no message

This commit is contained in:
kittapath 2024-10-31 12:53:45 +07:00
parent 9020e5036b
commit 4aa3c979b8
3 changed files with 7 additions and 7 deletions

View file

@ -305,7 +305,7 @@ export class ProfileEmployeeController extends Controller {
// ],
relations: ["currentSubDistrict", "currentDistrict", "currentProvince", "profileAvatars"],
order: {
profileAvatars: { createdAt: "DESC" },
profileAvatars: { createdAt: "ASC" },
},
where: { id: id },
});