mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2026-01-23 12:09:00 -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);
|
this.sendDataWebhook(Events.SEND_MESSAGE, messageRaw);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user