mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-01 07:35:57 +09:00
fix typo
This commit is contained in:
parent
7fcd9435f3
commit
f9e4901543
@ -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 New Issue
Block a user