Skip to content

Commit

Permalink
update: build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
PrinceBaghel258025 committed Sep 25, 2024
1 parent 37196f6 commit c4e4ff8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ export default function Chat(props: ChatProps) {
role: "user",
content: incomingInput || "",
name: `${props.username},${props.uid}`,
audio: "",
};
const createFileFromBlobUrl = async (
blobUrl: string,
Expand Down

0 comments on commit c4e4ff8

Please sign in to comment.