1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-02 17:01:14 -05:00

fix lint errors

This commit is contained in:
Yoshiya Hinosawa 2024-10-17 12:32:36 +09:00
parent 50e66dacfa
commit 33a852ea2b
No known key found for this signature in database
GPG key ID: 9017DB4559488785

View file

@ -460,9 +460,7 @@ class ClientRequest extends OutgoingMessage {
alpnProtocols: ["http/1.0", "http/1.1"],
});
}
let rid;
let connRid;
[rid, connRid] = await op_node_http_request_with_conn(
const [rid, connRid] = await op_node_http_request_with_conn(
this.method,
url,
headers,