mirror of
https://github.com/domfelipe/mika-agent-assist.git
synced 2026-08-07 05:16:48 +00:00
Changes
Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
parent
d3d68c34db
commit
db74474ea4
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ Deno.serve(async (req) => {
|
|||
{
|
||||
method: "POST",
|
||||
headers: { "Content-Type": "application/json" },
|
||||
body: JSON.stringify({ bot_id: botId }),
|
||||
body: JSON.stringify({ user_id: botId }),
|
||||
},
|
||||
);
|
||||
const tokenJson = await tokenRes.json().catch(() => ({}));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue