Skip to content

Commit

Permalink
push
Browse files Browse the repository at this point in the history
  • Loading branch information
aexshafii committed Jan 9, 2025
1 parent a087024 commit 2339fa3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/plugin/inbox/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ export class Inbox {
}
}
},
onComplete: () => {},
onComplete: () => { },
onError: (error: Error) => {
logger.error("Queue processing error:", error);
},
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 2339fa3

Please sign in to comment.