1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-26 02:39:27 -05:00

fix typo on CleanRemoteFilesProcessorService ()

This commit is contained in:
heka 2022-11-14 06:53:50 +09:00 committed by GitHub
parent fb19456b61
commit 746fac0dfe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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();
}
}