Skip to content

Commit

Permalink
πŸ€– 🎨 Autoformat
Browse files Browse the repository at this point in the history
Signed-off-by: sivanov <sivanov.ctr@virtru.com>
  • Loading branch information
ivanovSPvirtru committed Apr 26, 2023
1 parent 81b47b3 commit d9e055a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/tdf3/src/tdf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,11 @@ export class TDF extends EventEmitter {
* @param {Stream} outputStream - The writable stream we should put the new bits into
* @param {Object} rcaParams - Optional field to specify if file is stored on S3
*/
async readStream(chunker: Chunker, rcaParams?: RcaParams, progressHandler?: (bytesProcessed: number) => void) {
async readStream(
chunker: Chunker,
rcaParams?: RcaParams,
progressHandler?: (bytesProcessed: number) => void
) {
const { zipReader, centralDirectory } = await this.loadTDFStream(chunker);
if (!this.manifest) {
throw new Error('Missing manifest data');
Expand Down

0 comments on commit d9e055a

Please sign in to comment.