🔇 chore: remove debug console.log
All checks were successful
Integration Tests / integration-tests (pull_request) Successful in 32s
All checks were successful
Integration Tests / integration-tests (pull_request) Successful in 32s
This commit is contained in:
@ -13,7 +13,6 @@ export const updateAllEpisodeThumbnailService = async (
|
||||
const episodesData = await getAllEpisodeWithThumbnailLinkRepository(
|
||||
serviceReferenceId,
|
||||
);
|
||||
console.log("episodesData", episodesData);
|
||||
|
||||
let updatedThumbnailsCount = 0;
|
||||
for (const episode of episodesData) {
|
||||
|
||||
Reference in New Issue
Block a user