diff --git a/src/modules/videoService/repositories/GET/getAllVideoServiceWithEpisode.repository.ts b/src/modules/videoService/repositories/GET/getAllVideoServiceWithEpisode.repository.ts index f712191..89fea43 100644 --- a/src/modules/videoService/repositories/GET/getAllVideoServiceWithEpisode.repository.ts +++ b/src/modules/videoService/repositories/GET/getAllVideoServiceWithEpisode.repository.ts @@ -38,6 +38,7 @@ export const getAllVideoServiceWithEpisodeRepository = async ( throw new AppError( 500, "An error occurred while fetching video services with episodes.", + error, ); } };