fix(starters): base templates are added for meta

This commit is contained in:
vicente1992
2022-12-30 07:24:29 -05:00
parent e8d625201e
commit 20f665175c
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)