Skip to content

Commit ade4d65

Browse files
committed
f
1 parent a5efb9b commit ade4d65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/IncomingHttpHeaders.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ import type { IncomingHttpHeaders as HTTPIncomingHttpHeaders } from 'node:http';
44
// fix set-cookie type define https://github.com/nodejs/undici/pull/1893
55
export interface IncomingHttpHeaders extends Except<HTTPIncomingHttpHeaders, 'set-cookie'> {
66
'set-cookie'?: string | string[];
7-
};
7+
}

0 commit comments

Comments
 (0)