From ce9340cfa6c6f08091e748aa51793d63fa64ef73 Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Fri, 9 Jun 2023 17:05:34 -0700 Subject: [PATCH] Fix type-tests --- packages/bun-types/http.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/bun-types/http.d.ts b/packages/bun-types/http.d.ts index 30571b4b6c..710fea4f4f 100644 --- a/packages/bun-types/http.d.ts +++ b/packages/bun-types/http.d.ts @@ -987,7 +987,7 @@ declare module "http" { * in the response to be dropped and the socket to be destroyed. * @deprecated Since v14.1.0,v13.14.0 - Use `destroy` instead. */ - // abort(): void; + abort(): void; /** * Once a socket is assigned to this request and is connected `socket.setTimeout()` will be called. * @param timeout Milliseconds before a request times out.