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 +