forked from Telodendria/Telodendria
Fix bug in Uia
This commit is contained in:
parent
aba1ef9251
commit
7fa982a16f
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ BuildFlows(Array * flows)
|
|||
|
||||
for (j = 0; j < ArraySize(stages); j++)
|
||||
{
|
||||
UiaStage *stage = ArrayGet(stages, i);
|
||||
UiaStage *stage = ArrayGet(stages, j);
|
||||
|
||||
ArrayAdd(responseStages, JsonValueString(stage->type));
|
||||
if (stage->params)
|
||||
|
|
Loading…
Reference in a new issue