fix(ci): drop dangling msteams attachment placeholder helper

This commit is contained in:
Peter Steinberger
2026-07-13 03:42:34 -07:00
parent 0e520d68e7
commit 4bb4ffc55c

View File

@@ -106,13 +106,6 @@ export function summarizeMSTeamsHtmlAttachments(
};
}
function buildMSTeamsAttachmentPlaceholder(
attachments: MSTeamsAttachmentLike[] | undefined,
limits?: { maxInlineBytes?: number; maxInlineTotalBytes?: number },
): string {
return resolveMSTeamsInboundAttachmentPresentation(attachments, limits).placeholder;
}
function isAdvertisedFileAttachment(attachment: MSTeamsAttachmentLike): boolean {
const contentType = normalizeContentType(attachment.contentType) ?? "";
if (