fix(starters): base templates are added for meta

excelente trabajo @vicente1992
This commit is contained in:
Leifer Mendez
2022-12-30 19:17:31 +01:00
committed by GitHub
10 changed files with 480 additions and 1 deletions

View File

@@ -34,7 +34,7 @@ class MetaWebHookServer extends EventEmitter {
this.emit('message', {
from: message.from,
to,
body: message.text.body,
body: message.text?.body,
})
const json = JSON.stringify({ body })
res.end(json)