We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f07166f commit f5c8a3dCopy full SHA for f5c8a3d
src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts
@@ -648,7 +648,7 @@ export class BaileysStartupService extends ChannelStartupService {
648
649
const error = baileysVersion?.error ?? null;
650
if (error) {
651
- this.logger.error(`Fetch latest WaWeb version error: ${error.message}`);
+ this.logger.error(`Fetch latest WaWeb version error: ${JSON.stringify({ error })}`);
652
}
653
654
this.logger.info(`Group Ignore: ${this.localSettings.groupsIgnore}`);
0 commit comments