mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-18 03:29:15 +00:00
7 lines
157 B
JavaScript
7 lines
157 B
JavaScript
const toJson = (inCtx) => () => {
|
|
const lastCtx = inCtx.hasOwnProperty('ctx') ? inCtx.ctx : inCtx
|
|
return lastCtx.json
|
|
}
|
|
|
|
module.exports = { toJson }
|