diff --git a/src/cliproxy/executor/retry-handler.ts b/src/cliproxy/executor/retry-handler.ts index d3bb5996..724e98b0 100644 --- a/src/cliproxy/executor/retry-handler.ts +++ b/src/cliproxy/executor/retry-handler.ts @@ -11,6 +11,7 @@ import { fail, warn, info } from '../../utils/ui'; import { CLIProxyProvider } from '../types'; import { handleBanDetection } from '../account-safety'; +import { CompositeTierConfig } from '../../config/unified-config-types'; /** * Check if error is network-related @@ -98,3 +99,30 @@ export async function handleQuotaCheck(provider: CLIProxyProvider): Promise p.test(stderr)); +}