Skip to content

Commit

Permalink
πŸ€– 🎨 Autoformat
Browse files Browse the repository at this point in the history
  • Loading branch information
dmihalcik-virtru authored and github-actions[bot] committed Dec 12, 2024
1 parent 934f6cb commit daf058d
Showing 1 changed file with 0 additions and 2 deletions.
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 daf058d

Please sign in to comment.