diff --git a/ts/util/attachmentsUtil.ts b/ts/util/attachmentsUtil.ts index 721a8a470..ffe0c2a1b 100644 --- a/ts/util/attachmentsUtil.ts +++ b/ts/util/attachmentsUtil.ts @@ -401,7 +401,7 @@ export const saveAttachmentToDisk = async ({ document, getAbsolutePath: getAbsoluteAttachmentPath, timestamp: messageTimestamp, - index: index, + index, }); await sendDataExtractionNotification(conversationId, messageSender, messageTimestamp); };