From 55bd4352715f3ebdc7a9e358d331f0d295a3d00b 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:31:57 +0000 Subject: [PATCH] Changes Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com> --- supabase/functions/_shared/railway.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supabase/functions/_shared/railway.ts b/supabase/functions/_shared/railway.ts index dc87417..4429b27 100644 --- a/supabase/functions/_shared/railway.ts +++ b/supabase/functions/_shared/railway.ts @@ -168,7 +168,7 @@ export async function upsertRailwayVariableCollection(opts: { variableCollectionUpsert(input: $input) } `; - const input = { + const input: Record = { projectId: opts.projectId, environmentId: opts.environmentId, serviceId: opts.serviceId,