feat/cron-test-support format fix.

This commit is contained in:
guoyongchang
2025-12-19 14:59:47 +08:00
parent 26bfdd6892
commit 126eee3712

View File

@@ -942,7 +942,11 @@ router.get('/claude-accounts/:accountId/test-config', authenticateAdmin, async (
data: {
accountId,
platform: 'claude',
config: testConfig || { enabled: false, cronExpression: '0 8 * * *', model: 'claude-sonnet-4-5-20250929' }
config: testConfig || {
enabled: false,
cronExpression: '0 8 * * *',
model: 'claude-sonnet-4-5-20250929'
}
}
})
} catch (error) {