From 82f7daeed77f0250f154d83571f54382a51b1c77 Mon Sep 17 00:00:00 2001 From: Zach Date: Wed, 6 Jul 2022 20:40:27 -0400 Subject: [PATCH] fix(ext/http) nextRequest return type annotation from ResponseEvent to RequestEvent (#15100) Fixes #15099 --- ext/http/01_http.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/http/01_http.js b/ext/http/01_http.js index 877342428e..332763451e 100644 --- a/ext/http/01_http.js +++ b/ext/http/01_http.js @@ -81,7 +81,7 @@ return this.#rid; } - /** @returns {Promise} */ + /** @returns {Promise} */ async nextRequest() { let nextRequest; try {