We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93391cc commit 648b4f5Copy full SHA for 648b4f5
1 file changed
src/Client.ts
@@ -161,9 +161,6 @@ class Client {
161
}
162
163
for await (const line of readNdJsonStream(response.body, combinedSignal)) {
164
- if (isStreamHeartbeat(line)) {
165
- continue;
166
- }
167
if (isStreamError(line)) {
168
throw new Error(`${line.payload.error}.`);
169
@@ -229,9 +226,6 @@ class Client {
229
226
230
227
231
228
232
233
234
235
236
237
0 commit comments