Exibindo console para rastrear problema
parent
7a8518c77f
commit
4aa90698f1
|
@ -20,7 +20,7 @@ interface Request {
|
||||||
|
|
||||||
const CreateMessageService = async ({ messageData }: Request): Promise<Message> => {
|
const CreateMessageService = async ({ messageData }: Request): Promise<Message> => {
|
||||||
|
|
||||||
// console.log('UPSERT MESSAGE messageData: ', messageData)
|
console.log('UPSERT MESSAGE messageData: ', messageData)
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
||||||
|
|
|
@ -430,7 +430,7 @@ const handleMessage = async (
|
||||||
|
|
||||||
if (index == -1) {
|
if (index == -1) {
|
||||||
|
|
||||||
// console.log('-----------------> LST: ', lst)
|
console.log('-----------------> LST: ', lst)
|
||||||
|
|
||||||
lst.push({ id: msg.id.id })
|
lst.push({ id: msg.id.id })
|
||||||
|
|
||||||
|
@ -503,6 +503,12 @@ const handleMessage = async (
|
||||||
// const chat = await msg.getChat();
|
// const chat = await msg.getChat();
|
||||||
const chat = wbot.chat
|
const chat = wbot.chat
|
||||||
|
|
||||||
|
// if(chat.isGroup){
|
||||||
|
|
||||||
|
// console.log('This message is from a Group and will be ignored!')
|
||||||
|
// return
|
||||||
|
// }
|
||||||
|
|
||||||
// console.log('----------> chat: ', JSON.parse(JSON.stringify(chat)))
|
// console.log('----------> chat: ', JSON.parse(JSON.stringify(chat)))
|
||||||
|
|
||||||
// if (chat.isGroup) {
|
// if (chat.isGroup) {
|
||||||
|
|
Loading…
Reference in New Issue