fix(cli): working flowDynamic test

This commit is contained in:
Leifer Mendez
2023-02-03 15:46:07 +01:00
parent 96c2bffd09
commit 23e09efaec
4 changed files with 104 additions and 24 deletions

View File

@@ -175,7 +175,7 @@ class CoreClass {
const nextFlow = await this.flowClass.find(refToContinue?.ref, true)
const filterNextFlow = nextFlow.filter((msg) => msg.refSerialize !== currentPrev?.refSerialize)
console.log(`🚩🚩🚩`, filterNextFlow?.answer)
return sendFlow(filterNextFlow, from, { prev: undefined })
}