mirror of
https://github.com/sim1222/misskey.git
synced 2025-07-06 02:39:55 +09:00
fix typo on CleanRemoteFilesProcessorService (#9171)
This commit is contained in:
@ -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();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user