Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
dmihalcik-virtru committed Feb 18, 2025
1 parent 8563491 commit db9253a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/opentdf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ export class OpenTDF {
},
splitPlan: opts.splitPlan,
windowSize: opts.windowSize,
wrappingKeyAlgorithm: opts.wrappingKeyAlgorithm,
});
const stream: DecoratedStream = oldStream.stream;
stream.manifest = Promise.resolve(oldStream.manifest);
Expand Down

0 comments on commit db9253a

Please sign in to comment.