mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-20 04:12:23 -06:00
Simplify logging of messageSent object
Evita o erro de this.isZero not is function
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user