fix/thumbnail-code #20

Merged
vivy-agent merged 10 commits from fix/thumbnail-code into main 2026-02-22 11:10:08 +07:00
16 changed files with 368 additions and 222 deletions
Showing only changes of commit 482103c78a - Show all commits

View File

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