mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-09 01:49:37 -06:00
Simplify logging of messageSent object
Evita o erro de this.isZero not is function
This commit is contained in:
parent
582166e5ae
commit
4efc9b65bc
@ -2375,7 +2375,7 @@ export class BaileysStartupService extends ChannelStartupService {
|
||||
}
|
||||
}
|
||||
|
||||
this.logger.verbose(JSON.stringify(messageSent, null, 2));
|
||||
this.logger.verbose(messageSent);
|
||||
|
||||
this.sendDataWebhook(Events.SEND_MESSAGE, messageRaw);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user