Skip to content
Snippets Groups Projects
Commit f9e49015 authored by syuilo's avatar syuilo
Browse files

fix typo

parent 7fcd9435
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ import { activeUsersChart, driveChart, federationChart, hashtagChart, instanceCh ...@@ -6,7 +6,7 @@ import { activeUsersChart, driveChart, federationChart, hashtagChart, instanceCh
const logger = queueLogger.createSubLogger('clean-charts'); const logger = queueLogger.createSubLogger('clean-charts');
export async function cleanCharts(job: Bull.Job<Record<string, unknown>>, done: any): Promise<void> { 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([ await Promise.all([
federationChart.clean(), federationChart.clean(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment