diff --git a/src/controllers/DevelopmentScholarshipController.ts b/src/controllers/DevelopmentScholarshipController.ts index e92d2ef..74a1d74 100644 --- a/src/controllers/DevelopmentScholarshipController.ts +++ b/src/controllers/DevelopmentScholarshipController.ts @@ -550,6 +550,7 @@ export class DevelopmentScholarshipController extends Controller { { scholarshipType: type }, ) .select(["id", "scholarshipYear", "scholarshipYear", "scholarshipType", "fundType"]) + .orderBy("developmentScholarship.createdAt", "DESC") .getRawMany(); return new HttpSuccess(getDevelopment);