fix: 更新factory user-agent

This commit is contained in:
shaw
2025-10-15 15:26:58 +08:00
parent d72897f835
commit c2669da4b3
2 changed files with 2 additions and 4 deletions

View File

@@ -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) {