mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-22 16:43:35 +00:00
style(admin): format sync.js with prettier
修复 CI 格式化检查失败问题
This commit is contained in:
@@ -293,7 +293,9 @@ router.get('/sync/export-accounts', authenticateAdmin, async (req, res) => {
|
||||
continue
|
||||
}
|
||||
|
||||
const accessToken = account.accessToken ? openaiAccountService.decrypt(account.accessToken) : ''
|
||||
const accessToken = account.accessToken
|
||||
? openaiAccountService.decrypt(account.accessToken)
|
||||
: ''
|
||||
if (!accessToken) {
|
||||
// Skip broken/legacy records without decryptable token
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user