mirror of
https://github.com/domfelipe/mika-agent-assist.git
synced 2026-08-07 09:16:46 +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)
|
||||
}
|
||||
`;
|
||||
const input = {
|
||||
const input: Record<string, unknown> = {
|
||||
projectId: opts.projectId,
|
||||
environmentId: opts.environmentId,
|
||||
serviceId: opts.serviceId,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue