From 56bfade83e062cd5cc21c7908ea83b1141d894a7 Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:22:54 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=F0=9F=93=88=20index.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/bridge/inboundAttachments.ts | 1 + src/bridge/inboundMessages.ts | 1 + src/commands/release-notes/index.ts | 1 + 3 files changed, 3 insertions(+) diff --git a/src/bridge/inboundAttachments.ts b/src/bridge/inboundAttachments.ts index 9d4c977..37c5d34 100644 --- a/src/bridge/inboundAttachments.ts +++ b/src/bridge/inboundAttachments.ts @@ -174,3 +174,4 @@ export async function resolveAndPrepend( return prependPathRefs(content, prefix) } + diff --git a/src/bridge/inboundMessages.ts b/src/bridge/inboundMessages.ts index e7f9fb5..1e36ffb 100644 --- a/src/bridge/inboundMessages.ts +++ b/src/bridge/inboundMessages.ts @@ -79,3 +79,4 @@ function isMalformedBase64Image( return !(block.source as unknown as Record).media_type } + diff --git a/src/commands/release-notes/index.ts b/src/commands/release-notes/index.ts index 75413de..458f00e 100644 --- a/src/commands/release-notes/index.ts +++ b/src/commands/release-notes/index.ts @@ -9,3 +9,4 @@ const releaseNotes: Command = { } export default releaseNotes +