Skip to content

Commit 4adffae

Browse files
Update src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
1 parent 91d01fa commit 4adffae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2257,7 +2257,7 @@ export class BaileysStartupService extends ChannelStartupService {
22572257
}
22582258
};
22592259
} catch (error) {
2260-
this.logger.error(`Error generating link preview: ${error}`);
2260+
this.logger.error('Error generating link preview', error);
22612261
return undefined;
22622262
}
22632263
}

0 commit comments

Comments
 (0)