Skip to content

Commit

Permalink
fix(ext/http) nextRequest return type annotation from ResponseEvent t…
Browse files Browse the repository at this point in the history
…o RequestEvent (#15100)

Fixes #15099
  • Loading branch information
zachauten authored and cjihrig committed Jul 12, 2022
1 parent 535d5c1 commit b1d7bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/http/01_http.js
Expand Up @@ -81,7 +81,7 @@
return this.#rid;
}

/** @returns {Promise<ResponseEvent | null>} */
/** @returns {Promise<RequestEvent | null>} */
async nextRequest() {
let nextRequest;
try {
Expand Down

0 comments on commit b1d7bd6

Please sign in to comment.