mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-20 20:49:15 +00:00
improve
This commit is contained in:
@@ -32,7 +32,6 @@ const reply = (step) => new Promise((resolve, reject) => {
|
||||
if (process.env.DATABASE === 'none') {
|
||||
let resData = { replyMessage: '', media: null, trigger: null }
|
||||
const responseFind = stepsReponse[step] || {};
|
||||
console.log('Responder:',responseFind)
|
||||
resData = {
|
||||
...resData,
|
||||
...responseFind,
|
||||
|
||||
Reference in New Issue
Block a user