Skip to content

Commit

Permalink
Removing pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
vmjoseph committed Mar 28, 2024
1 parent ca87c5e commit 7441cc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/artifact/src/internal/upload/zip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export async function createZipUploadStream(
// `Zip read high watermark value ${zipUploadStream.readableHighWaterMark}`
// )

zip.pipe(zipUploadStream)
// zip.pipe(zipUploadStream)
zip.finalize()
return zipUploadStream
}
Expand Down

0 comments on commit 7441cc7

Please sign in to comment.