mirror of
https://github.com/denoland/deno.git
synced 2025-01-11 00:21:05 -05:00
fix(ext/http) nextRequest return type annotation from ResponseEvent to RequestEvent (#15100)
Fixes #15099
This commit is contained in:
parent
6046342a20
commit
82f7daeed7
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@
|
|||
return this.#rid;
|
||||
}
|
||||
|
||||
/** @returns {Promise<ResponseEvent | null>} */
|
||||
/** @returns {Promise<RequestEvent | null>} */
|
||||
async nextRequest() {
|
||||
let nextRequest;
|
||||
try {
|
||||
|
|
Loading…
Reference in a new issue