From e5b7ca4d07afaf839febf6235fba54d0470e17c2 Mon Sep 17 00:00:00 2001 From: Ruben Garcia Date: Sun, 10 Sep 2023 08:50:59 +0200 Subject: [PATCH] fix: yarn ready --- ts/util/attachmentsUtil.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); };