diff --git a/src/lib/bots/bing/index.ts b/src/lib/bots/bing/index.ts index eb98bb7a..0144b813 100644 --- a/src/lib/bots/bing/index.ts +++ b/src/lib/bots/bing/index.ts @@ -390,9 +390,6 @@ export class BingWebBot { const textDecoder = createChunkDecoder() const timeout = () => { - try { - abortController.abort('timeout') - } catch (e) {} if (params.options.retryCount??0 > 5) { params.onEvent({ type: 'ERROR',