mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-25 11:10:43 +08:00
code format
This commit is contained in:
committed by
Gabriel Luiz Freitas Almeida
parent
ee9212e8ee
commit
69a843aa66
@ -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];
|
||||
|
||||
Reference in New Issue
Block a user