Skip to content

Commit d5d5cb9

Browse files
authored
Update conn.ts
1 parent 119e217 commit d5d5cb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/linejs/base/push/conn.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export class Conn {
113113
headers,
114114
body: bodystream.stream,
115115
signal: abort.signal,
116-
// https://github.com/evex-dev/linejs/issues/109
116+
// @ts-expect-error: https://github.com/evex-dev/linejs/issues/109
117117
duplex: "half"
118118
});
119119
if (!socket.body) {

0 commit comments

Comments
 (0)