mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 09:57:29 -07:00
fix typo
This commit is contained in:
parent
4d05c3e8a9
commit
bd4c0a5da0
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import { activeUsersChart, driveChart, federationChart, hashtagChart, instanceCh
|
|||
const logger = queueLogger.createSubLogger('clean-charts');
|
||||
|
||||
export async function cleanCharts(job: Bull.Job<Record<string, unknown>>, done: any): Promise<void> {
|
||||
logger.info(`Resync charts...`);
|
||||
logger.info(`Clean charts...`);
|
||||
|
||||
await Promise.all([
|
||||
federationChart.clean(),
|
||||
|
|
Loading…
Reference in a new issue