updated disci response message logically

This commit is contained in:
La_Felx
2023-01-02 18:56:12 +01:00
parent cf20f11ec1
commit 72fa3c033b
+1 -1
View File
@@ -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({