Skip to content

Commit

Permalink
Merge pull request #4 from CerebriumAI/kyle/fix-room-creation
Browse files Browse the repository at this point in the history
Fix: 400 error when creating room
  • Loading branch information
kylegani authored Jan 16, 2025
2 parents 8c35759 + d126b6a commit 57c9b21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export const fetch_start_agent = async (
"Content-Type": "application/json",
"Authorization": `Bearer ${serverAuth}`
},
body: JSON.stringify({}),
});

const data = await req.json();
Expand Down

0 comments on commit 57c9b21

Please sign in to comment.