From a4c3bb412c305c29b34c5641184e8ee853ae98fa Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 18:38:20 +0000 Subject: [PATCH] Changes Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com> --- supabase/functions/_shared/runtime-sync.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supabase/functions/_shared/runtime-sync.ts b/supabase/functions/_shared/runtime-sync.ts index 4c85532..3ceedb2 100644 --- a/supabase/functions/_shared/runtime-sync.ts +++ b/supabase/functions/_shared/runtime-sync.ts @@ -397,7 +397,7 @@ async function loadAgentServiceTarget( }; } -async function resolveRuntimeTarget(opts: { +export async function resolveRuntimeTarget(opts: { // deno-lint-ignore no-explicit-any supabase: any; agentInstanceId: string;