mirror of
https://github.com/Wei-Shaw/claude-relay-service.git
synced 2026-01-23 19:57:20 +00:00
fix: 更新factory user-agent
This commit is contained in:
@@ -196,9 +196,7 @@ class DroidScheduler {
|
||||
const selected = sorted[0]
|
||||
|
||||
if (!selected) {
|
||||
throw new Error(
|
||||
`No schedulable account available after sorting (${normalizedEndpoint})`
|
||||
)
|
||||
throw new Error(`No schedulable account available after sorting (${normalizedEndpoint})`)
|
||||
}
|
||||
|
||||
if (stickyKey && !isDedicatedBinding) {
|
||||
|
||||
Reference in New Issue
Block a user