Skip to content

Commit 4e160a4

Browse files
committed
fix: adjusts in messageType
1 parent 56aaf18 commit 4e160a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/whatsapp/services/whatsapp.business.service.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,8 @@ export class BusinessStartupService extends WAStartupService {
298298
let messageRaw: MessageRaw;
299299
let pushName: any;
300300

301+
console.log('received?.messages[0]', received?.messages[0]);
302+
301303
if (received.contacts) pushName = received.contacts[0].profile.name;
302304

303305
if (received.messages) {

0 commit comments

Comments
 (0)