diff --git a/src/Controllers/discipline.controller.ts b/src/Controllers/discipline.controller.ts index e9aba9d..3842752 100644 --- a/src/Controllers/discipline.controller.ts +++ b/src/Controllers/discipline.controller.ts @@ -65,7 +65,7 @@ export const _getAllDisciplines = async ( }); if (!disciplines) { - throw new NotFoundError("event", eventId); + throw new NotFoundError("disciplines of the event", eventId); } return res.status(200).json({