Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 committed Oct 23, 2024
1 parent 07f6ca9 commit 1c3b85e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@ const _compressPayload = async (
const reader = compressedPayloadStream.getReader();
const chunks = [];
let totalLength = 0;
// eslint-disable-next-line no-constant-condition
while (true) {
const { done, value } = await reader.read();
if (done) break;
Expand Down

0 comments on commit 1c3b85e

Please sign in to comment.