Skip to content

Commit

Permalink
examples(with-ffmpeg): fix build (#779)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonom authored Sep 8, 2024
1 parent 6b0a561 commit f2ec0c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/with-ffmpeg/app/MyRuntimeProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const attachmentAdapter: AttachmentAdapter = {
},
async send(attachment) {
return {
...attachment,
content: [
{
type: "text",
Expand Down

0 comments on commit f2ec0c7

Please sign in to comment.