Skip to content

Commit 4efc9b6

Browse files
authored
Simplify logging of messageSent object
Evita o erro de this.isZero not is function
1 parent 582166e commit 4efc9b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2375,7 +2375,7 @@ export class BaileysStartupService extends ChannelStartupService {
23752375
}
23762376
}
23772377

2378-
this.logger.verbose(JSON.stringify(messageSent, null, 2));
2378+
this.logger.verbose(messageSent);
23792379

23802380
this.sendDataWebhook(Events.SEND_MESSAGE, messageRaw);
23812381

0 commit comments

Comments
 (0)