Skip to content

Commit f67e107

Browse files
fix: typo
1 parent 4e3ac97 commit f67e107

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

deps/undici/src/types/dispatcher.d.ts

-3
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,6 @@ declare namespace Dispatcher {
142142
export interface PipelineOptions extends RequestOptions {
143143
/** `true` if the `handler` will return an object stream. Default: `false` */
144144
objectMode?: boolean;
145-
// https://github.com/nodejs/node/issues/34805#issuecomment-1345655205
146-
/** Default: `false` */
147-
end?: boolean;
148145
}
149146
export interface UpgradeOptions {
150147
path: string;

0 commit comments

Comments
 (0)