diff --git a/deps/undici/src/types/dispatcher.d.ts b/deps/undici/src/types/dispatcher.d.ts index affda39e7e17cc..adc95b9a0f336f 100644 --- a/deps/undici/src/types/dispatcher.d.ts +++ b/deps/undici/src/types/dispatcher.d.ts @@ -142,9 +142,6 @@ declare namespace Dispatcher { export interface PipelineOptions extends RequestOptions { /** `true` if the `handler` will return an object stream. Default: `false` */ objectMode?: boolean; - // https://github.com/nodejs/node/issues/34805#issuecomment-1345655205 - /** Default: `false` */ - end?: boolean; } export interface UpgradeOptions { path: string;