From f2ec0c77d9b4e9cc93963651e59b150cff887f01 Mon Sep 17 00:00:00 2001 From: Simon Farshid Date: Sun, 8 Sep 2024 16:58:21 -0700 Subject: [PATCH] examples(with-ffmpeg): fix build (#779) --- examples/with-ffmpeg/app/MyRuntimeProvider.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/with-ffmpeg/app/MyRuntimeProvider.tsx b/examples/with-ffmpeg/app/MyRuntimeProvider.tsx index 019ce37f1..8ce722527 100644 --- a/examples/with-ffmpeg/app/MyRuntimeProvider.tsx +++ b/examples/with-ffmpeg/app/MyRuntimeProvider.tsx @@ -17,6 +17,7 @@ const attachmentAdapter: AttachmentAdapter = { }, async send(attachment) { return { + ...attachment, content: [ { type: "text",