@ -204,6 +204,8 @@ router.get("/timeslot", async (req: Request, res: Response) => {
}
trainerWithAvailableTimeslots.timeslots.sort((a,b)=>a.startDate.localeCompare(b.startDate));
trainers.push(trainerWithAvailableTimeslots);