FIX: Bug corrigido, substituido null por undefined na mensagem do body
Some checks are pending
Deploy Dev / deploy (push) Waiting to run

This commit is contained in:
Rafael Alves Lopes 2026-06-19 15:48:32 -03:00
parent b11e9bb9a3
commit ee7b94a699

View File

@ -226,7 +226,7 @@ export class WhatsappService {
chatId: from,
fromMe: false,
type: message.type ?? 'text',
body: messageBody || null,
body: messageBody || undefined,
senderName: contactName,
timestamp,
});