We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 623229f commit 39f83b6Copy full SHA for 39f83b6
1 file changed
source/core/timed-out.ts
@@ -188,6 +188,6 @@ export default function timedOut(request: ClientRequest, delays: Delays, options
188
declare module 'http' {
189
// eslint-disable-next-line @typescript-eslint/consistent-type-definitions -- This has to be an `interface` to be able to be merged.
190
interface ClientRequest {
191
- [reentry]: boolean;
+ [reentry]?: boolean;
192
}
193
0 commit comments