mirror of
https://github.com/domfelipe/mika-agent-assist.git
synced 2026-08-07 16:36:51 +00:00
Corrigiu user_id no webhook
X-Lovable-Edit-ID: edt-b3346fc8-9e79-48e1-82d0-cc508e119088 Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
commit
9cc40fc041
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ Deno.serve(async (req) => {
|
||||||
{
|
{
|
||||||
method: "POST",
|
method: "POST",
|
||||||
headers: { "Content-Type": "application/json" },
|
headers: { "Content-Type": "application/json" },
|
||||||
body: JSON.stringify({ bot_id: botId }),
|
body: JSON.stringify({ user_id: botId }),
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
const tokenJson = await tokenRes.json().catch(() => ({}));
|
const tokenJson = await tokenRes.json().catch(() => ({}));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue