docs: updated video

This commit is contained in:
Leifer Mendez
2022-12-30 20:13:15 +01:00
parent b2f9f7158b
commit eaf6e084c1
9 changed files with 198 additions and 9 deletions

View File

@@ -10,7 +10,6 @@ class FlowClass {
this.flowRaw = _flow
this.allCallbacks = flatObject(_flow)
console.log('[🙌🙌🙌]', this.allCallbacks)
const mergeToJsonSerialize = Object.keys(_flow)
.map((indexObjectFlow) => _flow[indexObjectFlow].toJson())