mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-09 09:59:40 -06:00
Merge pull request #2105 from KokeroO/develop
fix: Simplify logging of messageSent object
This commit is contained in:
commit
e83a7e2e88
@ -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