Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 82c34e9

Browse files
uhoregt3chguy
andauthored
Update src/utils/DecryptFile.ts
Co-authored-by: Michael Telatynski <[email protected]>
1 parent 3b98107 commit 82c34e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/DecryptFile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import { getBlobSafeMimeType } from "./blobs";
3131
*/
3232
export function decryptFile(
3333
file: IEncryptedFile,
34-
info: IMediaEventInfo | undefined,
34+
info?: IMediaEventInfo,
3535
): Promise<Blob> {
3636
const media = mediaFromContent({ file });
3737
// Download the encrypted file as an array buffer.

0 commit comments

Comments
 (0)