From 5cc5d3eab65514310a1ae35b9886b425fe6ca693 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 15:12:30 +0000 Subject: [PATCH] testing changes with virtual file cleanup --- supabase/functions/process-selective-approval/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/supabase/functions/process-selective-approval/index.ts b/supabase/functions/process-selective-approval/index.ts index 3191f3df..d0bfdde2 100644 --- a/supabase/functions/process-selective-approval/index.ts +++ b/supabase/functions/process-selective-approval/index.ts @@ -207,8 +207,8 @@ const handler = async (req: Request, context: { supabase: any; user: any; span: p_moderator_id: user.id, p_submitter_id: submission.user_id, p_request_id: requestId, - p_trace_id: rootSpan.traceId, - p_parent_span_id: rpcSpan.spanId + p_approval_mode: 'selective', + p_idempotency_key: idempotencyKey } );