Skip to content

Commit

Permalink
revert: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-ippolito committed Dec 12, 2022
1 parent 4e3ac97 commit e5f6cfc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions deps/undici/src/types/dispatcher.d.ts
Expand Up @@ -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;
Expand Down

0 comments on commit e5f6cfc

Please sign in to comment.