mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-19 20:19:15 +00:00
fix
This commit is contained in:
@@ -6,7 +6,7 @@ const FlowClass = require('./classes/flow.class')
|
||||
* @param {*} args
|
||||
* @returns
|
||||
*/
|
||||
const create = (args) => {
|
||||
const create = async (args) => {
|
||||
return new FlowClass(args)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user