style: format all files with prettier

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
root
2026-01-22 15:05:58 +08:00
parent ac7d28f9ce
commit 24f825f60d
12 changed files with 128 additions and 52 deletions

View File

@@ -1193,7 +1193,9 @@ async function importData() {
pipeline.hset(`usage:global:daily:${date}`, field, value)
}
}
logger.info(`📥 Importing ${Object.keys(globalStats.globalDaily).length} global daily stats`)
logger.info(
`📥 Importing ${Object.keys(globalStats.globalDaily).length} global daily stats`
)
}
// 导入全局每月统计
@@ -1203,7 +1205,9 @@ async function importData() {
pipeline.hset(`usage:global:monthly:${month}`, field, value)
}
}
logger.info(`📥 Importing ${Object.keys(globalStats.globalMonthly).length} global monthly stats`)
logger.info(
`📥 Importing ${Object.keys(globalStats.globalMonthly).length} global monthly stats`
)
}
// 导入每日统计