This commit is contained in:
dakkar 2024-05-11 14:31:56 +01:00
parent 9a1ed96a31
commit 8732668372

View file

@ -73,7 +73,6 @@ export class CleanRemoteFilesProcessorService {
});
await job.updateProgress(100 / total * deletedCount);
}
this.logger.succ(`All cached remote files processed. Total deleted: ${deletedCount}, Failed: ${errorCount}.`);