Skip to content

Commit 5127199

Browse files
authored
chore: review suggestions
1 parent 5a80e23 commit 5127199

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/http/fetch/src/middlewares/compressionHandler.ts

-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ export class CompressionHandler implements Middleware {
169169
compressedBody: ArrayBuffer | Buffer;
170170
size: number;
171171
}> {
172-
// in browser
173172
const compressionData = this.readBodyAsBytes(body);
174173
const compressedBody = await this.compressUsingCompressionStream(compressionData.stream);
175174
return {

0 commit comments

Comments
 (0)