👔 feat: add bulk thumbnail update logic
Some checks failed
Integration Tests / integration-tests (pull_request) Failing after 42s

This commit is contained in:
2026-02-22 10:55:02 +07:00
parent 2a3467a737
commit 21a06f3b9e
4 changed files with 47 additions and 13 deletions

View File

@ -48,8 +48,7 @@ export const updateAllEpisodeThumbnailController = async (
return returnWriteResponse(
ctx.set,
204,
`Updating episode thumbnails successfully.`,
newEpisodeThumbnailsCount,
`Updating ${newEpisodeThumbnailsCount} episode thumbnails successfully.`,
);
} catch (error) {
return mainErrorHandler(ctx.set, error);