Skip to content

Commit 3f91cf4

Browse files
committed
reverte undefined
1 parent 8aac740 commit 3f91cf4

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
@@ -2432,7 +2432,7 @@ export class BaileysStartupService extends ChannelStartupService {
24322432
}
24332433
}
24342434

2435-
const linkPreview = options?.linkPreview !== false;
2435+
const linkPreview = options?.linkPreview != false ? undefined : false;
24362436

24372437
let quoted: WAMessage;
24382438

0 commit comments

Comments
 (0)