From db74474ea4af6b1264b9ff7717f60b575fa09dfe Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 21:16:37 +0000 Subject: [PATCH] Changes Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com> --- supabase/functions/managed-bot-webhook/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supabase/functions/managed-bot-webhook/index.ts b/supabase/functions/managed-bot-webhook/index.ts index 195727f..e08d082 100644 --- a/supabase/functions/managed-bot-webhook/index.ts +++ b/supabase/functions/managed-bot-webhook/index.ts @@ -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(() => ({}));