From 97c94ad816367162d3c2c4cdb5b160731c6a2e82 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Mon, 19 Dec 2022 10:56:51 +0700 Subject: [PATCH] Update 'src/lib.ts' --- src/lib.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.ts b/src/lib.ts index c91dd93..cd756f1 100644 --- a/src/lib.ts +++ b/src/lib.ts @@ -57,7 +57,7 @@ class TunnelResponse extends stream.Duplex { super(); if (duplex) { - // for websocket request: bidirection + // for websocket request: bidirection const onResponsePipe = (responseId: string, data: any) => { if (this.responseId === responseId) { this.push(data);