code format
This commit is contained in:
parent
01160a5768
commit
ea9f623fc9
1 changed files with 1 additions and 1 deletions
|
|
@ -1121,7 +1121,7 @@ export function updateProxyIdsOnOutputs(
|
|||
outputs: OutputFieldType[] | undefined,
|
||||
idsMap: { [key: string]: string },
|
||||
) {
|
||||
if(!outputs) return;
|
||||
if (!outputs) return;
|
||||
outputs.forEach((output) => {
|
||||
if (output.proxy && idsMap[output.proxy.id]) {
|
||||
output.proxy.id = idsMap[output.proxy.id];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue