mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-20 12:39:24 +00:00
UUID memory without relation UUID DB
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
const { addAnswer } = require('./addAnswer')
|
||||
const { addKeyword } = require('./addKeyword')
|
||||
const { validateCtx } = require('./validateCtx')
|
||||
const { toJson } = require('./toJson')
|
||||
|
||||
module.exports = { addAnswer, addKeyword, toJson }
|
||||
module.exports = { addAnswer, addKeyword, validateCtx, toJson }
|
||||
|
||||
Reference in New Issue
Block a user