mirror of
https://github.com/domfelipe/mika-agent-assist.git
synced 2026-08-07 07:36:41 +00:00
Changes
Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
parent
96bb687ef4
commit
55bd435271
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ export async function upsertRailwayVariableCollection(opts: {
|
||||||
variableCollectionUpsert(input: $input)
|
variableCollectionUpsert(input: $input)
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
const input = {
|
const input: Record<string, unknown> = {
|
||||||
projectId: opts.projectId,
|
projectId: opts.projectId,
|
||||||
environmentId: opts.environmentId,
|
environmentId: opts.environmentId,
|
||||||
serviceId: opts.serviceId,
|
serviceId: opts.serviceId,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue