From 2339fa35c7f366f83252ac030a24616f35e9195f Mon Sep 17 00:00:00 2001 From: aexshafii Date: Thu, 9 Jan 2025 11:12:59 +0100 Subject: [PATCH] push --- packages/plugin/inbox/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/plugin/inbox/index.ts b/packages/plugin/inbox/index.ts index eb4f465f..8b170612 100644 --- a/packages/plugin/inbox/index.ts +++ b/packages/plugin/inbox/index.ts @@ -225,7 +225,7 @@ export class Inbox { } } }, - onComplete: () => {}, + onComplete: () => { }, onError: (error: Error) => { logger.error("Queue processing error:", error); }, @@ -698,7 +698,7 @@ async function appendAttachmentStep( // Add '!' prefix to embed the audio file instead of just linking await context.plugin.app.vault.append( context.containerFile, - `\n\n!${link}` + `\n\n${link}` ); } return context;