🚨 fix: resolve linting type error
Some checks failed
Integration Tests / integration-tests (pull_request) Failing after 29s

This commit is contained in:
2026-02-22 11:00:50 +07:00
parent 21a06f3b9e
commit 482103c78a

View File

@ -38,6 +38,7 @@ export const getAllVideoServiceWithEpisodeRepository = async (
throw new AppError(
500,
"An error occurred while fetching video services with episodes.",
error,
);
}
};