Skip to content

Commit b7dcd8a

Browse files
Update tdf.ts
1 parent 83449d6 commit b7dcd8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/tdf3/src/tdf.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ export async function writeStream(cfg: EncryptConfiguration): Promise<DecoratedR
619619
let bytesProcessed = 0;
620620
let crcCounter = 0;
621621
let fileByteCount = 0;
622-
let segmentHashList: Uint8Array[] = [];
622+
const segmentHashList: Uint8Array[] = [];
623623

624624
const zipWriter = new ZipWriter();
625625
const manifest = await _generateManifest(

0 commit comments

Comments
 (0)