Skip to content

Commit

Permalink
INT-790: Remove extra await
Browse files Browse the repository at this point in the history
  • Loading branch information
ntrevino-virtru authored Dec 4, 2023
1 parent 3224391 commit 39cafdc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/tdf3/src/tdf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1061,7 +1061,8 @@ export async function readStream(cfg: DecryptConfiguration) {

const cipher = new AesGcmCipher(cfg.cryptoService);

await updateChunkQueue(
// Not waiting for Promise to resolve
updateChunkQueue(
Array.from(chunkMap.values()),
centralDirectory,
zipReader,
Expand Down

0 comments on commit 39cafdc

Please sign in to comment.