refactor(bot): 🔥 refactor child nested cbs

This commit is contained in:
Leifer Mendez
2022-12-30 15:02:58 +01:00
parent 2cbc96245d
commit 230bfc16eb

View File

@@ -136,6 +136,11 @@ class CoreClass {
}))
msgToSend = this.flowClass.find(body, false, flowStandalone) || []
for (const ite of msgToSend) {
cbEveryCtx(ite?.ref)
}
this.sendFlow(msgToSend, from)
return
}