Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot] 2026-04-27 15:10:44 +00:00
parent 87a45b1bc5
commit 1e99645569

View file

@ -110,6 +110,7 @@ export async function configureRailwayService(opts: {
token: opts.token, token: opts.token,
serviceId: opts.serviceId, serviceId: opts.serviceId,
environmentId: opts.environmentId, environmentId: opts.environmentId,
projectId: opts.projectId,
name, name,
value, value,
}); });