This commit is contained in:
Elton Ciatto
2026-01-04 00:24:42 -03:00
committed by GitHub
parent 4adffae140
commit 3514eeb62e
@@ -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;
}
}