docs: updated video

docs:  updated video
This commit is contained in:
Leifer Mendez
2022-12-30 20:13:55 +01:00
committed by GitHub
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())