refactor(bot): 🔥 refactor child nested cbs

This commit is contained in:
Leifer Mendez
2022-12-30 15:09:05 +01:00
parent e596526762
commit 7d96a2c8d9

View File

@@ -11,7 +11,7 @@ const {
} = require('../index') } = require('../index')
class MockFlow { class MockFlow {
allCallbacks = [{ callback: () => console.log('') }] allCallbacks = { ref: () => 1 }
flowSerialize = [] flowSerialize = []
flowRaw = [] flowRaw = []
find = (arg) => { find = (arg) => {