Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot] 2026-04-26 21:16:37 +00:00
parent d3d68c34db
commit db74474ea4

View file

@ -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(() => ({}));