mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-22 16:38:14 +00:00
fix:该文件的代码格式不符合 Prettier 规范
This commit is contained in:
@@ -2159,9 +2159,7 @@ router.get('/api-keys/:keyId/usage-records', authenticateAdmin, async (req, res)
|
||||
const chosenTypeName = accountTypeNames[chosenType] || '未知渠道'
|
||||
|
||||
if (!resolvedInfo) {
|
||||
logger.warn(
|
||||
`⚠️ 保留无法解析的账户筛选项: ${option.id}, types=${types.join(',') || 'none'}`
|
||||
)
|
||||
logger.warn(`⚠️ 保留无法解析的账户筛选项: ${option.id}, types=${types.join(',') || 'none'}`)
|
||||
}
|
||||
|
||||
accountOptions.push({
|
||||
|
||||
Reference in New Issue
Block a user