chore: Return 200 on route response
parent
db3da71b39
commit
5e0402699b
|
@ -495,7 +495,9 @@ const webhook_crm = async (req, res) => {
|
|||
})
|
||||
|
||||
console.log('==========> crm whoId: ', whoId)
|
||||
console.log('==========> crm contact: ', contact)
|
||||
console.log('==========> crm contact: ', contact)
|
||||
|
||||
if(!contact) return res.send()
|
||||
|
||||
const { phone } = contact
|
||||
|
||||
|
|
Loading…
Reference in New Issue