From 7b31f58ac9eacce52b1dc3764358a1b0fa9ac971 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 15:20:15 +0000 Subject: [PATCH] Changes Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com> --- supabase/functions/provision-agent/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/supabase/functions/provision-agent/index.ts b/supabase/functions/provision-agent/index.ts index fa4d874..3363f72 100644 --- a/supabase/functions/provision-agent/index.ts +++ b/supabase/functions/provision-agent/index.ts @@ -11,6 +11,7 @@ import { deployRailwayService, deleteTelegramWebhook, getServiceContext, + findRailwayServiceByName, upsertRailwayVariableCollection, } from "../_shared/railway.ts";