1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-01 13:55:51 +02:00

fix typo on CleanRemoteFilesProcessorService (#9171)

This commit is contained in:
heka
2022-11-14 06:53:50 +09:00
committed by GitHub
parent fb19456b61
commit 746fac0dfe

View File

@@ -63,7 +63,7 @@ export class CleanRemoteFilesProcessorService {
job.progress(deletedCount / total);
}
this.logger.succ('All cahced remote files has been deleted.');
this.logger.succ('All cached remote files has been deleted.');
done();
}
}