From 1e9964556947d8b7195b237c0218c96e29b5b0c8 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:10:44 +0000 Subject: [PATCH] Changes Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com> --- supabase/functions/_shared/railway.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/supabase/functions/_shared/railway.ts b/supabase/functions/_shared/railway.ts index 0a6e60a..b3a52eb 100644 --- a/supabase/functions/_shared/railway.ts +++ b/supabase/functions/_shared/railway.ts @@ -110,6 +110,7 @@ export async function configureRailwayService(opts: { token: opts.token, serviceId: opts.serviceId, environmentId: opts.environmentId, + projectId: opts.projectId, name, value, });