Skip to content

Commit 0e74222

Browse files
committed
chore: fix TypeScript error
1 parent d75fd46 commit 0e74222

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/services/fileService.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,6 @@ export class FileService {
196196
const encryptedFile = await response.json();
197197
const decryptedBuffer = await this.decryptFile(
198198
encryptedFile.encryptedData,
199-
encryptedFile.originalName, // Use originalName instead of missing encryptedTitle
200199
encryptedFile.iv,
201200
encryptedFile.salt,
202201
userId

0 commit comments

Comments
 (0)