@peac/audit 0.14.0 → 0.14.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -775,7 +775,6 @@ async function readDisputeBundle(zipBuffer) {
775
775
  }
776
776
  const chunks = [];
777
777
  let actualBytes = 0;
778
- entry.uncompressedSize > 0 ? entry.uncompressedSize : MAX_ENTRY_SIZE;
779
778
  readStream.on("data", (chunk) => {
780
779
  actualBytes += chunk.length;
781
780
  actualTotalBytes += chunk.length;