Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot] 2026-04-27 15:31:57 +00:00
parent 96bb687ef4
commit 55bd435271

View file

@ -168,7 +168,7 @@ export async function upsertRailwayVariableCollection(opts: {
variableCollectionUpsert(input: $input)
}
`;
const input = {
const input: Record<string, unknown> = {
projectId: opts.projectId,
environmentId: opts.environmentId,
serviceId: opts.serviceId,