mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-17 19:26:23 +00:00
refactor(bot): 🔥 refactor child nested cbs
This commit is contained in:
@@ -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) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user