From 0890bf93d2a798b3279ecc68601fa301fc9c84da Mon Sep 17 00:00:00 2001 From: bombillazo Date: Mon, 23 Sep 2024 12:27:38 -0400 Subject: [PATCH] add link to type issue --- connection/connection.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connection/connection.ts b/connection/connection.ts index 8c3f0d8..88cfa0f 100644 --- a/connection/connection.ts +++ b/connection/connection.ts @@ -354,7 +354,7 @@ export class Connection { // https://www.postgresql.org/docs/14/protocol-flow.html#id-1.10.5.7.11 if (accepts_tls) { try { - // TODO: handle connection type without casting + // TODO: handle connection type without castinggaa // https://github.com/denoland/deno/issues/10200 await this.#openTlsConnection(this.#conn as Deno.TcpConn, { hostname,