Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
dmihalcik-virtru committed Dec 12, 2024
1 parent f60cc45 commit d714a3e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 29 deletions.
23 changes: 1 addition & 22 deletions cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions web-app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions web-app/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { type Chunker, type DecryptSource, NanoTDFClient, TDF3Client } from '@op
import { type SessionInformation, OidcClient } from './session.js';
import { c } from './config.js';


async function toFile(
stream: ReadableStream<Uint8Array>,
filepath = 'download.tdf',
Expand All @@ -16,7 +15,6 @@ async function toFile(
signal?: AbortSignal;
}
): Promise<void> {

const fileStream = streamsaver.createWriteStream(filepath, {
writableStrategy: { highWaterMark: 1 },
readableStrategy: { highWaterMark: 1 },
Expand Down

0 comments on commit d714a3e

Please sign in to comment.