We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d75fd46 commit 0e74222Copy full SHA for 0e74222
1 file changed
src/services/fileService.ts
@@ -196,7 +196,6 @@ export class FileService {
196
const encryptedFile = await response.json();
197
const decryptedBuffer = await this.decryptFile(
198
encryptedFile.encryptedData,
199
- encryptedFile.originalName, // Use originalName instead of missing encryptedTitle
200
encryptedFile.iv,
201
encryptedFile.salt,
202
userId
0 commit comments