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:
parent
50e66dacfa
commit
33a852ea2b
1 changed files with 1 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue