FIX: Bug corrigido, substituido null por undefined na mensagem do body
Some checks are pending
Deploy Dev / deploy (push) Waiting to run
Some checks are pending
Deploy Dev / deploy (push) Waiting to run
This commit is contained in:
parent
b11e9bb9a3
commit
ee7b94a699
@ -226,7 +226,7 @@ export class WhatsappService {
|
|||||||
chatId: from,
|
chatId: from,
|
||||||
fromMe: false,
|
fromMe: false,
|
||||||
type: message.type ?? 'text',
|
type: message.type ?? 'text',
|
||||||
body: messageBody || null,
|
body: messageBody || undefined,
|
||||||
senderName: contactName,
|
senderName: contactName,
|
||||||
timestamp,
|
timestamp,
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user