reverte undefined

This commit is contained in:
eltonciatto
2026-01-03 23:17:56 -03:00
parent 8aac7403d4
commit 3f91cf41e2
@@ -2432,7 +2432,7 @@ export class BaileysStartupService extends ChannelStartupService {
}
}
const linkPreview = options?.linkPreview !== false;
const linkPreview = options?.linkPreview != false ? undefined : false;
let quoted: WAMessage;