From 482103c78ac5e8c56775ebddb76f77570d8faefe Mon Sep 17 00:00:00 2001 From: Rafi Arrafif Date: Sun, 22 Feb 2026 11:00:50 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8=20fix:=20resolve=20linting=20type?= =?UTF-8?q?=20error?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../repositories/GET/getAllVideoServiceWithEpisode.repository.ts | 1 + 1 file changed, 1 insertion(+) 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, ); } };