From fbcc4550906c10a7a813147be5f525a8d88ecb3a Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 11:37:15 +0000 Subject: [PATCH] Changes Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com> --- supabase/functions/provision-agent/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/supabase/functions/provision-agent/index.ts b/supabase/functions/provision-agent/index.ts index 0791394..0249a18 100644 --- a/supabase/functions/provision-agent/index.ts +++ b/supabase/functions/provision-agent/index.ts @@ -10,6 +10,8 @@ import { configureRailwayService, deployRailwayService, deleteTelegramWebhook, + getServiceContext, + upsertRailwayVariableCollection, HERMES_START_COMMAND, } from "../_shared/railway.ts";