Update src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts

Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
This commit is contained in:
Elton Ciatto
2026-01-04 00:21:08 -03:00
committed by GitHub
parent 91d01fa126
commit 4adffae140
@@ -2257,7 +2257,7 @@ export class BaileysStartupService extends ChannelStartupService {
}
};
} catch (error) {
this.logger.error(`Error generating link preview: ${error}`);
this.logger.error('Error generating link preview', error);
return undefined;
}
}